Summary: | Remote Web Inspector should not show undock toolbar buttons | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Joseph Pecoraro
2015-01-29 17:16:55 PST
Looks like this broke with: https://trac.webkit.org/changeset/173929 That removed: // Update the docked state based on the query string passed when the Web Inspector was loaded. this.updateDockedState(parseLocationQueryParameters().dockSide || "undocked"); Which caused the buttons to never update as "undocked" and therefore hidden. Easy fix. Created attachment 245675 [details]
[PATCH] Proposed Fix
Comment on attachment 245675 [details]
[PATCH] Proposed Fix
Oops! Thanks!
Comment on attachment 245675 [details] [PATCH] Proposed Fix Clearing flags on attachment: 245675 Committed r179418: <http://trac.webkit.org/changeset/179418> All reviewed patches have been landed. Closing bug. |