Closed Bug 38820 Opened 25 years ago Closed 25 years ago

javascript console text not wrapping

Categories

(SeaMonkey :: UI Design, defect, P2)

x86
All

Tracking

(Not tracked)

VERIFIED FIXED
Future

People

(Reporter: jgangemi, Assigned: mike+mozilla)

References

Details

(Whiteboard: [rtm++])

Attachments

(4 files)

the javascript console isn't wrapping text properly. instead, it's writing on top of the last portion of text that is already written, and just making it jumbled. noticed this will exploring the url bar enter bug. i'll post a picture in a sec
paw, d'you know the appropriate owner/component for this? cc'ing mccabe in case this is his stuff...
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: sairuh → paw
Mike is working on the js console.
Assigning to myself. I've seen this intermittently for a while, and I have no idea what's causing it - any xul wizards present?
Assignee: don → mccabe
cc'ing ben in case he can provide input...
Layout mojo. This currently WORKSFORME. Still broken for anyone with recent builds? Otherwise, I'll close it.
Sarah, this looks like this is fixed. Do you agree?
i'm not noticing it any longer - looks like it can be closed. should it be "marked" with anything in case it resurfaces?
Mike could you mark the bug Resolved/Worksforme - Thanks Jae, I don't think we need to do anything special here. If it resurfaces again, we can just reopen.
Marking WORKSFORME, thanks to whatever layout magic occured between now and two weeks ago.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified in build 2000051820
Status: RESOLVED → VERIFIED
*** Bug 41914 has been marked as a duplicate of this bug. ***
I don't think this bug was ever totally fixed. Check bug 41914 for directions on how to re-create. (I used http://www.projectcool.com , and re-loaded several times to fill the javascript console) Re-opening
Status: VERIFIED → REOPENED
OS: Linux → All
Resolution: FIXED → ---
it looks like it is resurfacing b/c we've got a WORKSFORME in the comments - so something must have broken the 'magic' fix again.
Using the javascript console on 2000071810 I see that the text runs on one long line that is only viewable by increasing the width of the window. I would prefer this bug not be closed until the contents of the message wrap or scroll so I can see the whole thing.
Ben, any hints?
*** Bug 46345 has been marked as a duplicate of this bug. ***
I would like to illustrate the "no-line-breaking-in-the-console" error a bit. I just had the problem to run into an error, which has been too large to view in the console. There is a maximum width for windows (on windows) that is equal to the desktop width. If you take a look at the screenshot, you will see that just the most important information (the line number, where the error occured) is not readable/hidden/clipped.
Attached image screenshot
[SPAM] Marking milestone 'future' as part of nsbeta3 triage.
Target Milestone: --- → Future
I have fixed this bug on my local copy, and its really easy. You just need to add the following style to global/skin/console.css white-space: normal; this will allow the line to wrap white-space because by default a <treecell> has white-space: nowrap; set (global/skin/tree.css)
eric, would you like to submit that as a patch for review and ultimate checkin? that'd be tres cool! se
Attached patch drbrain's patchSplinter Review
could someone review this patch? thx!
Keywords: patch, review
r=mccabe, looks great. Thanks so much for finding this! Now I just have to figure out the proper steps to get it checked in...
Keywords: helpwantednsbeta3
Removing helpwanted, adding nsbeta3. It's a good, simple patch, and I'd like to get it in.
The patch is by a Mozilla contributor, so nsbeta3+ isn't necessary. Just need reviewer from the module owner (ohhh Don?), and approval/super-review from someone at http://www.mozilla.org/hacking/reviewers.html. When you email one of the approvers for approval, cc reviewers@mozilla.org. See, it's easy. :-)
Keywords: nsbeta3
Nominating for rtm. Tiny fix limited to .css style files makes the JS console usable.
Keywords: rtm
Bumping priority to P2. This change makes the JS Console usable, especially on small screens. Without this low-risk fix, we're very likely to spin many more cycles on this problem on QA response time.
Priority: P3 → P2
Low-risk, and should reduce future QA load.
Whiteboard: [rtm+]
PDT marking [rtm++]
Whiteboard: [rtm+] → [rtm++]
Fix checked in to branch and trunk. Many thanks for all the help.
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
Verified in build 2000103104-mn6 & 200103104-Mtrunk on Windows NT and 95 Verified in build 2000110104-mn6 & 200110104-Mtrunk on Windows 98
Verified in build 2000-11-04-09-mn6 on Windows NT
Verified on Mac in build 11032000-mn6 Verified on Linux in build 11032000-mnt Still needs to be verified on the trunk for Mac and Linux
Keywords: vtrunk
Verified in Linux trunk build 2000110521
Verified on mac mozilla trunk build 110604 on Mac OS9. Setting bug status to Verified and removing vtrunk keyword.
Status: RESOLVED → VERIFIED
Keywords: vtrunk
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: