[Webkit-unassigned] [Bug 6550] REGRESSION: window.open('myurl', '_self') fails to load myurl in current window

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jan 28 22:08:53 PST 2006


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





------- Comment #9 from darin at apple.com  2006-01-28 22:08 -------
I see two things right away:

    1) pop-up blocking is blocking this window.open call
    2) if I turn off pop-up blocking, this line of code stops it from working:

      if (frameName == "_top" || frameName == "_parent" || frameName ==
"_self")
          return jsUndefined();

Strange.


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