[Webkit-unassigned] [Bug 62310] www.uniteful.com/39 closes itself when opened from a link on Twitter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 15:35:14 PDT 2011


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





--- Comment #11 from Alexey Proskuryakov <ap at webkit.org>  2011-06-08 15:35:13 PST ---
>        window.opener.location.reload(true);
>        window.close()

Even though Firefox bails out with an assertion on reload() in this particular example, wouldn't it have prevented close(), if reached? I think that Firefox rarely allows programmatic close().

> I tried to create a http test but I don't know how I can emulate opening a link by a mouse click.

You can use EventSender if it's important to simulate mouse click.

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