[xwiki-users] IE-Display problem
Hi, got something intresting, i have a table with divs with headings (syntax 2.0, XE 2.0.2) |((( === Heading === ))) The Heading is displayed fine in Firefox but is not displayed in IE with Colibri skin. Using the Toucan skin it is displayed in both browsers. For further investigation I looked at the source code of the page where i get something like <table><tr><td> <div> <h3>Heading</h3> </div> </td></tr></table> In IE somehow it seems the span is displayed but not its content. Changing the font-size in IE the text appears, refreshing the page the text disappears. Any suggestions cause i really cant figure out what happens there. Thanks hel. ----- semantic-web.hel.at [email protected] -- View this message in context: http://n2.nabble.com/IE-Display-problem-tp4024042p4024042.html Sent from the XWiki- Users mailing list archive at Nabble.com.
hi, which IE? IE7? on IE7, with Win XP - it doesn't work not even in toucan. IE6 and IE8 are ok. I'll look into it.
Hi, the latest snapshot doesn't have this problem. You can try tomorrow the 2.1 RC release. Thanks, Caty
On 11/18/2009 02:48 PM, Ecaterina Valica wrote:
Hi,
the latest snapshot doesn't have this problem. You can try tomorrow the 2.1 RC release.
That is the 2.1 M1 release. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sorry, almost forgot about that :blush: Thanks for your reply. I'll try with 2.1 RC But do you have an explanation? Thanks hel. Sergiu Dumitriu-2 wrote:
On 11/18/2009 02:48 PM, Ecaterina Valica wrote:
Hi,
the latest snapshot doesn't have this problem. You can try tomorrow the 2.1 RC release.
That is the 2.1 M1 release.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
----- semantic-web.hel.at [email protected] -- View this message in context: http://n2.nabble.com/IE-Display-problem-tp4024042p4064266.html Sent from the XWiki- Users mailing list archive at Nabble.com.
In 2.1M1 it works mayby i'll check the differences in the stylesheets. hel-o wrote:
Sorry, almost forgot about that :blush:
Thanks for your reply. I'll try with 2.1 RC
But do you have an explanation?
Thanks hel.
Sergiu Dumitriu-2 wrote:
On 11/18/2009 02:48 PM, Ecaterina Valica wrote:
Hi,
the latest snapshot doesn't have this problem. You can try tomorrow the 2.1 RC release.
That is the 2.1 M1 release.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
----- semantic-web.hel.at [email protected] -- View this message in context: http://n2.nabble.com/IE-Display-problem-tp4024042p4064402.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, found the problem, changed the following part of colibri.css " h1 span, h2 span, h3 span, h4 span { overflow:hidden; display: block; position: relative; background-color: inherit; padding: 0; margin: 20px 0; } h1 span span, h2 span span, h3 span span, h4 span span { display: inline; margin: 0; border-bottom: 0; } " to " h1, h2, h3, h4 { overflow:hidden; display: block; position: relative; background-color: inherit; padding: 0; margin: 20px 0; } h1 span, h2 span, h3 span, h4 span { display: inline; margin: 0; border-bottom: 0; } " don't know but i don't think there is "span span" :) hel. In 2.1M1 it works mayby i'll check the differences in the stylesheets. ----- semantic-web.hel.at [email protected] -- View this message in context: http://n2.nabble.com/IE-Display-problem-tp4024042p4070162.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
Ecaterina Valica -
hel-o -
Sergiu Dumitriu