[Webkit-unassigned] [Bug 78575] Web Inspector: Hide dock button when not allowed to dock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 22:33:27 PST 2012


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





--- Comment #21 from Pavel Feldman <pfeldman at chromium.org>  2012-03-05 22:33:27 PST ---
(From update of attachment 130252)
View in context: https://bugs.webkit.org/attachment.cgi?id=130252&action=review

> Source/WebCore/inspector/front-end/inspector.js:581
> +    this._dockToggleButton.visible = this.attached ? true : !this._isDockingUnavailable;

Changing the visibility of the button might be a bad idea - we sometimes rely upon the number of buttons (to position view's statusbar when resizing the sidebar). could you disable it instead?

-- 
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