Opened 5 years ago
Closed 5 years ago
#18690 closed defect (wontfix)
Mobile radio button on Edge: incorrect rendering (all themes)
Reported by: | Damien Mandrioli | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DojoX Mobile | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run /dojox/mobile/tests/test_FormControls.html The custom check mark is rendered as the native version. A vertical padding is applied ONLY to the selected item, giving unaligned radio button set.
Change History (4)
comment:1 Changed 5 years ago by
Summary: | Mobile radio button: incorrect rendering on Edge (all themes) → Mobile radio button on Edge: incorrect rendering (all themes) |
---|
comment:2 Changed 5 years ago by
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
comment:4 Changed 5 years ago by
Milestone: | 1.11 |
---|---|
Resolution: | → wontfix |
Status: | assigned → closed |
it happens that Edge does support the -webkit-appearance:none
css property, but not when the input is checked... It's a Edge bug. Won't fix for the time being.
Note: See
TracTickets for help on using
tickets.
Is it a goal to get mobile working on Edge for the 1.11 release?