RESOLVED INVALID 25725
Cannot transition from Javascript console to other Web Inspector windows.
https://bugs.webkit.org/show_bug.cgi?id=25725
Summary Cannot transition from Javascript console to other Web Inspector windows.
Conrad Taylor
Reported 2009-05-12 04:14:49 PDT
When in the JavaScript console, one cannot get to the appropriate screens during button click: "Elements", "Resources", "Scripts", "Profiles", and "Databases" without first clicking the "Hide Console" button at the bottom of the window.
Attachments
image showing the problem, perhaps (41.18 KB, image/jpeg)
2009-05-19 17:37 PDT, Patrick Mueller
no flags
Patrick Mueller
Comment 1 2009-05-19 17:34:51 PDT
It sounds like perhaps you have resized the debug window such that the console overlaps the "non-console" top half of the window. Resizing the window will allow the top half to appear. So I think there's a bug that the window resize logic needs to set the minimum vertical size to prevent the separator, and rest of the top half of the window from being completely obscured.
Patrick Mueller
Comment 2 2009-05-19 17:37:27 PDT
Created attachment 30486 [details] image showing the problem, perhaps I think this image shows the problem; the separator bar between the console and top half of the window is partially obscured. You can completely obscure it and the rest of the top half of the window by continuing to resize the window smaller vertically.
Note You need to log in before you can comment on or make changes to this bug.