Opened 8 years ago
Closed 8 years ago
#16869 closed defect (invalid)
Opener does not close on touch event
Reported by: | slizeray | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.9.0a2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The opener closes when one clicks outside but with a touch screen the opener does not close on a touch event outside of the widget
Change History (5)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to Eric Durocher |
comment:3 Changed 8 years ago by
The Opener has a different behavior on phones (where it is a subclass of Overlay and slides up from the bottom of the screen) and on tablets/desktop (where it is a Tooltip). The opener will hide on clicks only in Tooltip mode, not in Overlay mode.
So, just to be clear, do you see a difference between mouse and touch in the same mode (i.e. click+Overlay / touch+Overlay or click+Tooltip / touch+Tooltip)? Or, do you test for example on desktop, where you get a tooltip and where clicking will hide the tooltip, and then on a phone where you get an Overlay and no auto-hide?
comment:4 Changed 8 years ago by
After some investigations this issue was caused by another code that is independent of dojox mobile. This defect can be closed. Thanks, Damien
comment:5 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
OK thanks for the update.
This is about the dojos..mobile.Opener, I forgot to specify the component