ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #02421
[Bug 1228575] Re: Slider's tooltip too small sometimes
** No longer affects: ubuntu-ui-toolkit
--
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, 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