Ticket #8468 (closed bug: worksforme)

Opened 10 months ago

Last modified 10 months ago

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.

comment:4 Changed 10 months ago by scott.gonzalez

You really are using 1.7.2? That's not supported. Use 1.8.22.

comment:5 Changed 10 months ago by scott.gonzalez

  • Version changed from 1.8.22 to 1.7.2
Note: See TracTickets for help on using tickets.