[Webkit-unassigned] [Bug 24218] Safari 4 javascript window resize inconsistency

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 13 17:26:46 PDT 2009


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





------- Comment #5 from junk at wearesakuzaku.com  2009-06-13 17:26 PDT -------
Never mind, I downloaded the WebKit source and tracked what was causing this
undesired behavior, and as far as I can tell it appears as though the problem
is with Safari, not WebKit.

WebChromeClient::setWindowRect in mac/WebCoreSupport/WebChromeClient.mm sends
setFrame:windowRect: to WebUIDelegate with the exact same window rectangle
regardless of the number of tabs open. The message simply doesn't result in the
window being moved when there is more than one tab.

See http://blog.wearesakuzaku.com/fixing-maximize-bookmarklets-in-safari-4/ for
a more detailed explanation.

I filed a bug for Safari on Radar describing the problem. I think this ticket
should be closed since it's not a WebKit problem.


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



More information about the webkit-unassigned mailing list