[Webkit-unassigned] [Bug 23932] Current API does not allow us to open target="_blank" links in new tabs instead of windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 11:17:18 PST 2009


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


christian at twotoasts.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian at twotoasts.de




------- Comment #7 from christian at twotoasts.de  2009-03-04 11:17 PDT -------
(In reply to comment #6)
> Created an attachment (id=28240)
 --> (https://bugs.webkit.org/attachment.cgi?id=28240&action=view) [review]
> Modified patch
> 
> I've modified the patch according to the comments: changed the type of the
> return value (WebKitWebNavigationAction) and modified the statements using the
> policy decision depending on the result of signal handling.


After looking at the patch, I'm not 100% what functionality the signal is meant
to cover. It looks like it is pretty similar to what navigation-policy-decision
or a create-web-view do.

Could you describe exactly what page content and according user action trigger
this? I guess it must at least be anchors with a blank target, but then again,
that's what create-web-view already does? And does it cover anchors with, say,
"_new" or "madeuptargetname"? Does it cover the context menu item "New Window"?

I'm not sure if it's a good idea to introduce several similar signals which all
say "handles new window", application developers will have a hard time
implementing them.


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