[Webkit-unassigned] [Bug 37946] Web Inspector: REGRESSION(56051) Docking the inspector is broken on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 21 15:21:37 PDT 2010


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





--- Comment #5 from Brian Weinstein <bweinstein at apple.com>  2010-04-21 15:21:37 PST ---
(In reply to comment #4)
> It appears to be the same as https://bugs.webkit.org/show_bug.cgi?id=36166
> where preferences are not synced with file storage for some reason.

Then why does it draw the docked icons? If the preferences were not stored,
then I would think it would draw the normal undocked icons. Additionally,
starting out attached is the default, so I would think that if the preferences
weren't synced, then it would try to attach anyways.

I debugged this a little bit, and noticed canAttach is being called twice, the
second time it is being called from showWindowWithoutNotifications, and the
window height of the inspected page made it seem like the inspector was already
attached, therefore canAttach returned false, causing this behavior. I don't
think this has anything to do with CFPreferences.

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