Closed
Bug 272420
Opened 20 years ago
Closed 17 years ago
break up layout in JS console with last to first order sort and long messages
Categories
(Core Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
11.21 KB,
image/png
|
Details |
Try in JS console put some long message e.g. (example bellow).
Seems OK for "First > Last sort order", but for the Last -> first sort order"
the layout is broken up.
Example for long JS console message:
throw("x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
x x x x x x x x x x x x x x x x x x x x xx x ");
Reporter | ||
Comment 1•20 years ago
|
||
The problem affects JS-console in Firefox,Thunderbird and Mozilla Suite too.
Comment 2•20 years ago
|
||
Confirming with 2004112306/seamonkey-trunk/W2K. Quick check shows that Netscape
7.2 (M 1.7.2) also have this bug, but Netscape 7.1 (M 1.4) is okay.
Comment 3•19 years ago
|
||
I'm not able to reproduce this issue with today branch nightly. WORKSFORME?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060714 BonEcho/2.0b1 Firefox/1.5 ID:2006071403
Comment 4•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7) Gecko/200708021010 GranParadiso/3.0a7
Still unable to reproduce -> WORKSFORME. Please reopen with further information should you continue to manage to reproduce the issue with a recent nightly build.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•