Bug 329028 - CSS issues in IE for UOMo and other projects created around 20-10-10
Summary: CSS issues in IE for UOMo and other projects created around 20-10-10
Status: CLOSED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Website (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: phoenix.ui CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 07:26 EDT by Werner Keil CLA
Modified: 2011-04-07 10:27 EDT (History)
1 user (show)

See Also:


Attachments
UOMo in IE8 (67.09 KB, image/jpeg)
2010-10-29 07:26 EDT, Werner Keil CLA
no flags Details
Sphinx in IE8 (35.16 KB, image/jpeg)
2010-10-29 07:26 EDT, Werner Keil CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Keil CLA 2010-10-29 07:26:05 EDT
Created attachment 182031 [details]
UOMo in IE8

While Chrome or Firefox display the main UOMo page properly, IE8 has problems with the CSS.
Comment 1 Werner Keil CLA 2010-10-29 07:26:41 EDT
Created attachment 182032 [details]
Sphinx in IE8
Comment 2 Werner Keil CLA 2010-10-29 07:28:36 EDT
See attached images. I compared to at least 2 projects created around the same time, and while both Sphinx and Sapphire render the bullet points correctly they both share a weird red "ribbon" in this part of the page in IE8.
Comment 3 Werner Keil CLA 2010-10-29 09:57:27 EDT
Thanks to a colleague we found, IE's compatibility view is the cause.
Without that all 3 pages look OK.

If there was a way in the page/PHP code to influence IE heuristics not to use compatibility view, that may be worth exploring.

Also most new IE versions like 8 have an option to update domains for automatic usage of the compatibility view from Microsoft. Could anybody ensure, MS doesn't have eclipse.org on that list?
Comment 4 Denis Roy CLA 2011-04-06 15:11:37 EDT
Seems like a dupe of bug 329217.  Please undupe if I got this wrong.

*** This bug has been marked as a duplicate of bug 329217 ***
Comment 5 Werner Keil CLA 2011-04-06 17:08:18 EDT
It isn't a duplicate, this is related to old browsers like IE6 and Compatibility View in newer (IE) versions. 329217 is related to horizontal width of some CSS styles and unlike this bug (can remain closed) still affects major projects, most notable EGit !;-)
Comment 6 Nathan Gervais CLA 2011-04-07 10:27:06 EDT
(In reply to comment #5)
> It isn't a duplicate, this is related to old browsers like IE6 and
> Compatibility View in newer (IE) versions. 329217 is related to horizontal
> width of some CSS styles and unlike this bug (can remain closed) still affects
> major projects, most notable EGit !;-)

No this is clearly a dupe. 

Looking at this file   >  http://www.eclipse.org/egit/style2.css

#bigbuttons does not have a width set to 560px;  Thus creates a horizontal scrollbar.   This affects all browsers, not just IE.

BTW that file also sets the #bigbuttons ul li to red, why?