Opened 11 years ago
Closed 11 years ago
#12858 closed defect (fixed)
mobile.ComboBox not working well with IE
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [24704]) Fixes #12858. Remove _HasDropDown as a dependency of _AutoCompleterMixin so mobile.ComboBox? can omit it and thus also bypass the FocusMixin? overhead. Pulled a subset of HasDropdown? into mobile.ComboBox?. Fixed several CSS issues to make scrollable work on non-webkit. !strict
Note: See
TracTickets for help on using
tickets.
(In [24662]) Refs #12858. Add compat requires for scrollable to work outside of the mobile env. Turned off dijit's focusManager that interferes with scrolling.