#8468 closed bug (worksforme)
Firefox 14.0.1 ignores ui-corner-xxx css codes
Reported by: | philk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.css-framework | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Elements given the style .ui-corner-all or other variations fail to render rounded corners in firefox 14.0.1. Is it because the -moz... syntax is no longer valid for firefox?
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Component: | ui.core → CSS Framework |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Version: | 1.7.2 → 1.8.22 |
1) I doubt you're using jQuery UI 1.7.2.
2) It's ui-corner-all
not .ui.corner.all
3) It works just fine: http://jsfiddle.net/eacRB/4/
comment:3 Changed 10 years ago by
Thanks Scott for the corrections.
The problem still persists: http://jsfiddle.net/eacRB/5/ .
Try it in chrome and then in firefox. Chrome has round corners, firefox has square corners.
Firebug shows the .ui-corner-xxx styles as empty.
Both render the ui-widget-header style correctly, so I know that jQuery UI is partially working.
comment:5 Changed 10 years ago by
Version: | 1.8.22 → 1.7.2 |
---|
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/eacRB/3/