Issue 3638: Use WordIterator in calculating size of the dangerous download
label
http://code.google.com/p/chromium/issues/detail?id=3638
New issue report by [EMAIL PROTECTED]:
In the DownloadItemView code we have a function that calculates how wide
the label inside the view that displays the dangerous download should be
(see SizeLabelToMinWidth).
It uses spaces to determine line breaking opportunities, where it should
rely on ICU WordIterator to tell it where the line breaking opportunities
are. Using space works fine for English and such but might cause problems
in translations to locales where things other than space are used as line
breaking opportunities.
Issue attributes:
Status: Untriaged
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---