Bug 10473 - [Drosera] Overlapping text in JavaScript Console
Summary: [Drosera] Overlapping text in JavaScript Console
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 13:39 PDT by Pete Parks
Modified: 2008-05-17 09:55 PDT (History)
1 user (show)

See Also:


Attachments
Image showing the problem (59.76 KB, image/png)
2006-10-04 11:44 PDT, Timothy Hatcher
no flags Details
Changes height in the css to min-height to avoid this issue (3.40 KB, patch)
2006-10-04 12:04 PDT, David Smith
no flags Details | Formatted Diff | Diff
Fixed the ChangeLog diff (3.02 KB, patch)
2006-10-04 12:07 PDT, David Smith
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pete Parks 2006-08-17 13:39:15 PDT
When you are dealing with large innerHTML DOM object printing them out via the console screen causes the text to overlap. Here's an example <http://homepage.mac.com/codein/images/ConcoleOverLappingText.png>
Comment 1 Timothy Hatcher 2006-10-04 11:43:08 PDT
we just need to use min-height not an explicit height for the rows
Comment 2 Timothy Hatcher 2006-10-04 11:44:20 PDT
Created attachment 10905 [details]
Image showing the problem
Comment 3 David Smith 2006-10-04 12:04:45 PDT
Created attachment 10906 [details]
Changes height in the css to min-height to avoid this issue

Fix suggested by Timothy Hatcher.
Comment 4 David Smith 2006-10-04 12:07:30 PDT
Created attachment 10907 [details]
Fixed the ChangeLog diff

Oops.
Comment 5 Timothy Hatcher 2006-10-04 13:41:26 PDT
Comment on attachment 10907 [details]
Fixed the ChangeLog diff

Patch is fine, it does include the fix for another bug in the JS file (that I already landed). Please add the bug title and link to ChnageLogs.
Comment 6 Timothy Hatcher 2006-10-04 13:42:00 PDT
Landed in r16784.
Comment 7 Timothy Hatcher 2008-05-17 09:55:57 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.