* SUMMARY Remote Web Inspector should not show undock toolbar buttons. * STEPS TO REPRODUCE 1. Remote Inspect iOS 8 MobileSafari or JSContext => frontend has undock buttons
<rdar://problem/19656961>
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.