Opened 9 years ago
Closed 8 years ago
#14961 closed defect (fixed)
Dojox mobile CSS themes missing "border-radius" property (only has *-border-radius)
Reported by: | benkrembs | Owned by: | ykami |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The Dojo mobile themes (e.g. http://demos.dojotoolkit.org/dojox/mobile/themes/iphone/base.css) only specify the "*-border-radius" property with vendor prefixes (e.g. -webkit-border-radius)
The latest version of Mobile Chrome ignores the vendor prefixes, and instead looks for the (correctly named) "border-radius". This causes it not to render correctly.
The fix is as simple as duplicating the existing border radius properties with the native spelling.
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to ykami |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
You are correct. It's fixed in [27648]. Thanks.
Note: See
TracTickets for help on using
tickets.
This one look like it's fixed on 1.8. Can you confirm ?