Hi, while porting the JavaScript Framework qooxdoo (http://qooxdoo.org) to WebKit, we've found some strange behaviour in the WebKit keyboard handler: None of the modifier keys (Shift, Alt, Meta, Control) do fire key events, while all other browsers do fire them. This makes things like changing the action of drag and drop from move to copy using the ALT key (like in the finder) hard to implement. Best Fabian
Fabian Jakobs schrieb:
Hi,
while porting the JavaScript Framework qooxdoo (http://qooxdoo.org) to WebKit, we've found some strange behaviour in the WebKit keyboard handler:
None of the modifier keys (Shift, Alt, Meta, Control) do fire key events, while all other browsers do fire them.
This makes things like changing the action of drag and drop from move to copy using the ALT key (like in the finder) hard to implement.
Best Fabian
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
I've just filed a bug report: http://bugs.webkit.org/show_bug.cgi?id=11696 Best Fabian
participants (1)
-
Fabian Jakobs