Opened 4 years ago
Last modified 3 years ago
#18949 assigned enhancement
Select-Tag doesn't show Options, because it gets prevented (by gesture) H a p p y N e w Y e a r
Reported by: | swiper | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.14 |
Component: | Dojox | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/gesture/Base.js ln:268
<select>-Tag is missing in following code. Would you Please include it until next release?
// invoking gesture.press()|move()|release()|cancel() // #16900: same condition as in dojo/touch, to avoid breaking the editing of input fields. if ((e.target.tagName != "INPUT" || e.target.type == "radio" || e.target.type == "checkbox") && e.target.tagName != "TEXTAREA") { e.preventDefault(); }
I simple took previous code inside the following condition.
if (e.target.tagName != "SELECT") { }
Now my select-tags show their options, again.
Change History (3)
comment:1 Changed 4 years ago by
Milestone: | tbd → 1.12.2 |
---|
comment:2 Changed 4 years ago by
Milestone: | 1.12.2 → 1.12.3 |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
comment:3 Changed 3 years ago by
Milestone: | 1.12.3 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.