CLOSED FIXED 10473
[Drosera] Overlapping text in JavaScript Console
https://bugs.webkit.org/show_bug.cgi?id=10473
Summary [Drosera] Overlapping text in JavaScript Console
Pete Parks
Reported 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>
Attachments
Image showing the problem (59.76 KB, image/png)
2006-10-04 11:44 PDT, Timothy Hatcher
no flags
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
Fixed the ChangeLog diff (3.02 KB, patch)
2006-10-04 12:07 PDT, David Smith
timothy: review+
Timothy Hatcher
Comment 1 2006-10-04 11:43:08 PDT
we just need to use min-height not an explicit height for the rows
Timothy Hatcher
Comment 2 2006-10-04 11:44:20 PDT
Created attachment 10905 [details] Image showing the problem
David Smith
Comment 3 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.
David Smith
Comment 4 2006-10-04 12:07:30 PDT
Created attachment 10907 [details] Fixed the ChangeLog diff Oops.
Timothy Hatcher
Comment 5 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.
Timothy Hatcher
Comment 6 2006-10-04 13:42:00 PDT
Landed in r16784.
Timothy Hatcher
Comment 7 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.
Note You need to log in before you can comment on or make changes to this bug.