Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 10 months ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to worksforme
- Version changed from 1.7.2 to 1.8.22
- Component changed from ui.core to CSS Framework
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 months ago by philk
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.
Note: See
TracTickets for help on using
tickets.


http://jsfiddle.net/eacRB/3/