[Webkit-unassigned] [Bug 25168] js links and js bookmarklets that spawn windows, function incorrectly in safari 4 beta

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 21:33:29 PDT 2009


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


arbonarbot at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arbonarbot at gmail.com




------- Comment #1 from arbonarbot at gmail.com  2009-04-13 21:33 PDT -------
here's a simple test-case:

1. create a new bookmark with the following javascript (this is the bugmenot
bookmarklet):

javascript:(function(){w=open(('http://www.bugmenot.com/view/'+escape(location)),'w','location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=500,height=400,modal=yes,dependent=yes');setTimeout('w.focus()',1000)})();

2. place that bookmark in your bookmarks bar.

3. visit any site and click the bookmarklet.

4. if you have 'TargetedClicksCreateTabs' enabled, the bookmarklet, which is
supposed to spawn a tiny window containing bugmenot's login info, will either
not function at all or the login info page will be displayed in a new tab
(which is annoying as all hell).


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