** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-ui-toolkit

-- 
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/1228575

Title:
  Slider's tooltip too small sometimes

Status in RSS Feed Reader application for Ubuntu devices:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  I tried to reimplement Slider's formatValue function this way:

  function formatValue(v) {
                              if (v < maximumValue / 3)
                                  return i18n.tr("Small")
                              else if (v < maximumValue / 3 * 2)
                                  return i18n.tr("Midium")
                              else return i18n.tr("Large")
                          }

  Result: word "Medium" doesn't fit in tooltip.
  Solution: use something like 
  Math.max(STANDARD_WIDTH, innerLabel.contentWidth)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1228575/+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

Reply via email to