[Webkit-unassigned] [Bug 7747] REGRESSION: Background tab/window auto-refresh in GMail will take focus.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Mar 14 04:30:22 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7747





------- Comment #3 from darin at apple.com  2006-03-14 04:30 PDT -------
All the changes between those versions were things I did. Two bugs I fixed were
bug 3308 and bug 7422 Here's a guess:

It's possible this regression occurred because I fixed window.open() to
properly find existing frames by name. Perhaps GMail calls focus() on a frame,
but before it was having difficulty finding the frame. Thus I could have made
the symptom of bug 3779 worse by fixing a bug in window.open(). If so, then it
means the behavior before might have been better when pop-up blocking was
enabled.

Some ways to test this theory would be: 1) to change
KJS::WindowFunc::callAsFunction to call tree()->child() instead of
tree()->find() in the one place at the start related to pop-up blocking or 2)
to test older versions of Safari with pop-up blocking turned off.


-- 
Configure bugmail: http://bugzilla.opendarwin.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