[Webkit-unassigned] [Bug 35306] When the WebInspector window can't dock because the host window is too small, the dock button should be disabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 15:53:45 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35306





--- Comment #3 from Brady Eidson <beidson at apple.com>  2010-02-23 15:53:45 PST ---
My gut reaction was to have inspector.js just listen for the resize event from
the inspected window, but there's no way to do that.

We'd either:
A - have to find a way to get the browser window's resize event passed to an
undocked inspector window
or
B - add native code to WebCore that calls out to the web inspector when a
resize event for the browser window should cause the "enabled" state of the
dock button to change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list