RESOLVED FIXED 3638
Command-click modifier gives unexpected behavior in multiple-<select> linked to iframe form submission
https://bugs.webkit.org/show_bug.cgi?id=3638
Summary Command-click modifier gives unexpected behavior in multiple-<select> linked ...
Devin Chalmers
Reported 2005-06-21 13:02:31 PDT
A multiple-select box is wired up with Javascript to submit its form to an iframe on the same page when the user selection is changed. However, the Safari command-click behavior of loading form submissions in a new tab prevents Safari users from selecting multiple discontinuous entries in either <select> box. Instead of loading in the iframe, the form submission loads into a new tab. The bug appears when holding command and clicking, as well as with a middle-click on a three-button mouse and the default Tiger mouse settings.
Attachments
Devin Chalmers
Comment 1 2005-06-21 13:12:33 PDT
I guess the iframe isn't really relevant, I can imagine situations where a multiple selection would submit a form to the main viewport and this behavior would still be undesirable. Should the command-click new- tab(/new window) behavior be modified on multiple selection boxes?
Joost de Valk (AlthA)
Comment 2 2005-06-23 10:09:12 PDT
Confirmed, weird stuff :)
mitz
Comment 3 2006-12-17 09:49:11 PST
This issue was resolved in r17597, however it is considered as a regression -- see bug 11858.
Darin Adler
Comment 4 2006-12-18 15:32:58 PST
My fix for bug 11858 does not re-introduce this bug, so we can mark this as fixed!
Note You need to log in before you can comment on or make changes to this bug.