Wanted to report a bug about this very problem but I see it's already
reported. I'm attaching my screenshot anyway.

** Attachment added: "Screenshot at 22-13-39.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1228575/+attachment/4350339/+files/Screenshot%20at%2022-13-39.png

-- 
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:
  Confirmed

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