Bug 10473

Summary: [Drosera] Overlapping text in JavaScript Console
Product: WebKit Reporter: Pete Parks <pete.parks>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: mrowe
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Image showing the problem
none
Changes height in the css to min-height to avoid this issue
none
Fixed the ChangeLog diff timothy: review+

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.