Opened 10 years ago
Closed 10 years ago
#12983 closed defect (fixed)
Switch shrinks when using the switch setter
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
You can reproduce this issue with the following steps:
- Open test_Swtich_setter.html (any theme is ok)
- First, click Switch to change its state.
- Next, click Switch Setter button to change the switch's state.
=> Switch shrinks
Reproducible on FF/IE
Note: See
TracTickets for help on using
tickets.
(In [25020]) Fixes #12983 !strict Fixed the problem where Switch shrinks when the state is changed with the setter. The left position of the inner DIV had to be updated.