Issue (View Online)

Key: NXP-867
Issue Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Jean-Marc Orliaguet
Reporter: Solen Guitter
Environment: 04/23 build

Operations

View all
View comments
View history
IE display  
Updated: 03/05/07 23:20   Created: 23/04/07 13:50  

The following comment has been added to this issue: [ Permlink ]

Author: Jean-Marc Orliaguet
Date: 03/05/07 23:20
Comment:

OK it's a known IE bug.
see
http://css-discuss.incutio.com/?page=MultipleClasses
http://archivist.incutio.com/viewlist/css-discuss/4205

multiple CSS selectors aren't supported in IE5.5, IE6

so the following doesn't work in old versions of IE:
.nxStyle1424088067.sectionFrame {background:#0099e6 url("/nuxeo/img/banner_background.gif") top left repeat-x;

this should in CSS2 compliant browsers apply only to <table class="nxStyle1424088067 sectionFrame"> but not to class="sectionFrame" or class="nxStyle1424088067"

so IE6 is too greedy here. It understands OR when CSS says AND.

there are several options:

a) add a rendering engine for IE6 that renders a different markup (that can be tricky to write)
b) rename class="nxStyle1424088067 sectionFrame" as "nxStyle1424088067sectionFrame"
c) use #elementId.sectionFrame (mixing element ids and class names)

b) looks the simplest to me.

Project: Nuxeo Enterprise Platform 5
Fix Versions: 5.1 M2
Attachments: screenshot-1.jpg

 Description   
See screenshot

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to