Opened 11 years ago
Closed 10 years ago
#7988 closed bug (invalid)
Selectable should not recheck the command/control key on drag
Reported by: | rrotter | Owned by: | rrotter |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.selectable | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Selectable should check if the command or control key is pressed on the mouse down event and behave accordingly, and save this information for the drag event rather than checking again, this is a standard behavior seen in desktop applications, file browsers, etc. The current behavior is to recheck for the meta key on the drag event and leads to bizarre behavior when the key is lifted during a drag.
Change History (4)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.selectable |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Owner: | set to rrotter |
---|---|
Status: | new → pending |
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for contributing! What kind of bizarre behavior is encountered when the key is lifted? I'll mark this as open if I can understand how this is negatively effecting the user experience. Preferably a test case using jsFiddle.net would be ideal. Thanks again!