#15512 closed defect (fixed)
"Long" touches on buttons do not work properly
Reported by: | Colin Snover | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using dijit/form/test_Button.html, touch one of the non-DropDownButton? buttons for a couple hundred milliseconds, just long enough for the grey focus rectangle thing to appear. It will either not activate (toggle button) or double-activate (other buttons).
Testing with iOS 5.1 on iPad.
Change History (7)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Cc: | bill added |
---|
comment:3 Changed 10 years ago by
Cc: | bill removed |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Minimal fix in [29195], to only fire the click event when one doesn't occur naturally.
Note: See
TracTickets for help on using
tickets.
This same thing happens in dijit/tests/test_Menu.html if you try to use the non-DropDown? buttons on the left. The difference there is that some higher element is focused so the entire container gets the ugly dark grey focus thing.