Opened 14 years ago
Closed 14 years ago
#3132 closed defect (fixed)
Mythweb CSS uses '_' in identifiers, not in CSS syntax, causes Firefox to ignore those styles.
Reported by: | anonymous | Owned by: | xris |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | mythweb | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The CSS specification does not allow the underscore character in identifiers for CSS class and id. This causes Firefox to ignore any styles defined with an underscore in the name. If the Mythweb pages and CSS are modified to change '_' into '-', it will work as expected. Right now, the pages do not display correctly since many of the styles are not being applied.
Attachments (4)
Change History (7)
Changed 14 years ago by
Attachment: | mythweb-broken-css-firefox-startpage.png added |
---|
Changed 14 years ago by
Attachment: | mythweb-broken-css-firefox-backend-status-01.png added |
---|
Screenshot of backend status page as it first appears
Changed 14 years ago by
Attachment: | mythweb-broken-css-firefox-backend-status-02.png added |
---|
Screenshot of backend status page with a flyover posted
Changed 14 years ago by
Attachment: | mythweb-broken-css-firefox-settings.png added |
---|
Screenshot of the settings page showing background style not working
comment:1 Changed 14 years ago by
CSS does allow _ in class names and identifiers. The only issue I know of is IE can't use ones that start with a _.
I know that it renders properly in my firefox and opera, and I know xris uses firefox to develop mythweb.
You seem to have a few extensions running in your screen shots, can you verify it's not one of them?
What version of firefox as well?
Screenshot of start page showing that styles not applied correctly