[Touch-packages] [Bug 1354812] Re: Header actions text is cut off

2014-11-18 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1354812

Title:
  Header actions text is cut off

Status in Ubuntu UI Toolkit:
  Fix Released
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  See the attached screenshot.

  - Expected: actions drop-down expands to fit the contained text. 
Alternatively, the documentation warns about a maximum character size. 
Alternatively, text is ellipsized.
  - Actual: text longer than a given size (which?) is cut off

  This will affect translations for system and core apps in particular,
  where the English text might fit, but translations that are longer
  will be cut off.

  It corresponds to header actions for the following code snippet:

  head.actions: [
  Action {
  text: i18n.tr(Settings)
  iconName: settings
  onTriggered: pageStack.push(settingsPage)
  },
  Action {
  objectName: hidepanelaction
  iconName: edit-clear
  text: i18n.tr(Hide all key panels)
  onTriggered: pgTerm.showExtraPanel(0)
  },
  Action {
  objectName: controlkeysaction
  text: i18n.tr(Show control keys panel)
  onTriggered: pgTerm.showExtraPanel(1)
  },
  Action {
  objectName: functionkeysaction
  text: i18n.tr(Show function keys panel)
  onTriggered: pgTerm.showExtraPanel(2)
  },
  Action {
  objectName: textkeysaction
  text: i18n.tr(Show arrow keys panel)
  onTriggered: pgTerm.showExtraPanel(3)
  }
  ]
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1354812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1354812] Re: Header actions text is cut off

2014-11-12 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1354812

Title:
  Header actions text is cut off

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  See the attached screenshot.

  - Expected: actions drop-down expands to fit the contained text. 
Alternatively, the documentation warns about a maximum character size. 
Alternatively, text is ellipsized.
  - Actual: text longer than a given size (which?) is cut off

  This will affect translations for system and core apps in particular,
  where the English text might fit, but translations that are longer
  will be cut off.

  It corresponds to header actions for the following code snippet:

  head.actions: [
  Action {
  text: i18n.tr(Settings)
  iconName: settings
  onTriggered: pageStack.push(settingsPage)
  },
  Action {
  objectName: hidepanelaction
  iconName: edit-clear
  text: i18n.tr(Hide all key panels)
  onTriggered: pgTerm.showExtraPanel(0)
  },
  Action {
  objectName: controlkeysaction
  text: i18n.tr(Show control keys panel)
  onTriggered: pgTerm.showExtraPanel(1)
  },
  Action {
  objectName: functionkeysaction
  text: i18n.tr(Show function keys panel)
  onTriggered: pgTerm.showExtraPanel(2)
  },
  Action {
  objectName: textkeysaction
  text: i18n.tr(Show arrow keys panel)
  onTriggered: pgTerm.showExtraPanel(3)
  }
  ]
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1354812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1354812] Re: Header actions text is cut off

2014-10-16 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1354812

Title:
  Header actions text is cut off

Status in Ubuntu UI Toolkit:
  In Progress
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  In Progress

Bug description:
  See the attached screenshot.

  - Expected: actions drop-down expands to fit the contained text. 
Alternatively, the documentation warns about a maximum character size. 
Alternatively, text is ellipsized.
  - Actual: text longer than a given size (which?) is cut off

  This will affect translations for system and core apps in particular,
  where the English text might fit, but translations that are longer
  will be cut off.

  It corresponds to header actions for the following code snippet:

  head.actions: [
  Action {
  text: i18n.tr(Settings)
  iconName: settings
  onTriggered: pageStack.push(settingsPage)
  },
  Action {
  objectName: hidepanelaction
  iconName: edit-clear
  text: i18n.tr(Hide all key panels)
  onTriggered: pgTerm.showExtraPanel(0)
  },
  Action {
  objectName: controlkeysaction
  text: i18n.tr(Show control keys panel)
  onTriggered: pgTerm.showExtraPanel(1)
  },
  Action {
  objectName: functionkeysaction
  text: i18n.tr(Show function keys panel)
  onTriggered: pgTerm.showExtraPanel(2)
  },
  Action {
  objectName: textkeysaction
  text: i18n.tr(Show arrow keys panel)
  onTriggered: pgTerm.showExtraPanel(3)
  }
  ]
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1354812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1354812] Re: Header actions text is cut off

2014-10-07 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/anchorStarboard

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1354812

Title:
  Header actions text is cut off

Status in Ubuntu UI Toolkit:
  In Progress
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  In Progress

Bug description:
  See the attached screenshot.

  - Expected: actions drop-down expands to fit the contained text. 
Alternatively, the documentation warns about a maximum character size. 
Alternatively, text is ellipsized.
  - Actual: text longer than a given size (which?) is cut off

  This will affect translations for system and core apps in particular,
  where the English text might fit, but translations that are longer
  will be cut off.

  It corresponds to header actions for the following code snippet:

  head.actions: [
  Action {
  text: i18n.tr(Settings)
  iconName: settings
  onTriggered: pageStack.push(settingsPage)
  },
  Action {
  objectName: hidepanelaction
  iconName: edit-clear
  text: i18n.tr(Hide all key panels)
  onTriggered: pgTerm.showExtraPanel(0)
  },
  Action {
  objectName: controlkeysaction
  text: i18n.tr(Show control keys panel)
  onTriggered: pgTerm.showExtraPanel(1)
  },
  Action {
  objectName: functionkeysaction
  text: i18n.tr(Show function keys panel)
  onTriggered: pgTerm.showExtraPanel(2)
  },
  Action {
  objectName: textkeysaction
  text: i18n.tr(Show arrow keys panel)
  onTriggered: pgTerm.showExtraPanel(3)
  }
  ]
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1354812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1354812] Re: Header actions text is cut off

2014-10-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit
 Assignee: (unassigned) = Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit
   Status: Confirmed = In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1354812

Title:
  Header actions text is cut off

Status in Ubuntu UI Toolkit:
  In Progress
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  In Progress

Bug description:
  See the attached screenshot.

  - Expected: actions drop-down expands to fit the contained text. 
Alternatively, the documentation warns about a maximum character size. 
Alternatively, text is ellipsized.
  - Actual: text longer than a given size (which?) is cut off

  This will affect translations for system and core apps in particular,
  where the English text might fit, but translations that are longer
  will be cut off.

  It corresponds to header actions for the following code snippet:

  head.actions: [
  Action {
  text: i18n.tr(Settings)
  iconName: settings
  onTriggered: pageStack.push(settingsPage)
  },
  Action {
  objectName: hidepanelaction
  iconName: edit-clear
  text: i18n.tr(Hide all key panels)
  onTriggered: pgTerm.showExtraPanel(0)
  },
  Action {
  objectName: controlkeysaction
  text: i18n.tr(Show control keys panel)
  onTriggered: pgTerm.showExtraPanel(1)
  },
  Action {
  objectName: functionkeysaction
  text: i18n.tr(Show function keys panel)
  onTriggered: pgTerm.showExtraPanel(2)
  },
  Action {
  objectName: textkeysaction
  text: i18n.tr(Show arrow keys panel)
  onTriggered: pgTerm.showExtraPanel(3)
  }
  ]
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1354812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1354812] Re: Header actions text is cut off

2014-08-10 Thread Nekhelesh Ramananthan
** Changed in: ubuntu-ui-toolkit
   Status: New = Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1354812

Title:
  Header actions text is cut off

Status in Ubuntu UI Toolkit:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed

Bug description:
  See the attached screenshot.

  - Expected: actions drop-down expands to fit the contained text. 
Alternatively, the documentation warns about a maximum character size. 
Alternatively, text is ellipsized.
  - Actual: text longer than a given size (which?) is cut off

  This will affect translations for system and core apps in particular,
  where the English text might fit, but translations that are longer
  will be cut off.

  It corresponds to header actions for the following code snippet:

  head.actions: [
  Action {
  text: i18n.tr(Settings)
  iconName: settings
  onTriggered: pageStack.push(settingsPage)
  },
  Action {
  objectName: hidepanelaction
  iconName: edit-clear
  text: i18n.tr(Hide all key panels)
  onTriggered: pgTerm.showExtraPanel(0)
  },
  Action {
  objectName: controlkeysaction
  text: i18n.tr(Show control keys panel)
  onTriggered: pgTerm.showExtraPanel(1)
  },
  Action {
  objectName: functionkeysaction
  text: i18n.tr(Show function keys panel)
  onTriggered: pgTerm.showExtraPanel(2)
  },
  Action {
  objectName: textkeysaction
  text: i18n.tr(Show arrow keys panel)
  onTriggered: pgTerm.showExtraPanel(3)
  }
  ]
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1354812/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp