#16997 closed defect (fixed)
SpinWheel is hard to scroll on IE9
Reported by: | Sebastien Brunot | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.9.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you start dragging on a slot label, the slot does not scroll.
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
I'm going to test on IE8, IE9 and IE10 with each theme to see what we currently support. I'll then update the patch accordingly.
Changed 8 years ago by
Attachment: | ticket16997.patch added |
---|
Add a quasi transparent background color to spin slot touch div on IE (8 to 10) to allow it to receive click events instead of the labels below (IBM CCLA).
comment:3 Changed 8 years ago by
patch updated with a pure CSS solution tested on IE8, IE9 and IE10 with all themes.
comment:5 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
please check, but I think the problem occurs on any IE (even IE10), when a theme other than the Windows theme is used? So maybe a test like has("ie") && !<windows theme in use> would be better, what do you think?