Closed
Bug 397891
Opened 18 years ago
Closed 18 years ago
XUL widgets don't display long strings properly
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 257660
People
(Reporter: themystic.ca, Unassigned)
References
Details
Attachments
(1 file)
|
20.26 KB,
application/vnd.mozilla.xul+xml
|
Details |
When I try to display a (super) long string in a xul widget (textbox, label, or any xbl binding which uses labels or textboxes) then it doesn't display properly. The best description I can give is that the text seems to wrap itself over itself on the same line. See attachment for example.
While long strings like this are not common, they are not unknown and are commonly used for things like maintaining view state in ASP.NET.
expected results:
text should be displayed as one long line in a textbox and label.
actual results:
text seems "wrap itself over itself on the same line".
experianced on:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 2•18 years ago
|
||
Works fine in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Comment 3•18 years ago
|
||
Works fine for me. Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a9pre) Gecko/2007092604 Minefield/3.0a9pre.
This is likely a dupe of one of the bugs in the bug 302294 dependency list.
Component: XUL Widgets → GFX
Product: Toolkit → Core
QA Contact: xul.widgets → general
Comment 4•18 years ago
|
||
Confirmed on Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Looks similar to 295769 (which is marked as PC:Linux)
| Reporter | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•