Content flashes then disappears. Upgraded from 1.3

Comments

Anonymous’s picture

Assigned: Unassigned »
Priority: Normal » Minor

I'm started to be very bothered wth IE6.. why don't you use firefox or chrome or safari or ANYTHING but ie6 ? :)

I'll have a look at it.

Anonymous’s picture

Anonymous’s picture

Couldn't reproduce the bug, created a panel, 3 cols, added content in all of them, change the size of the window, no flashing content. Could you be more specific ?

mikeytown2’s picture

lol I hate IE6 as well... just that it's still being used out there http://www.w3schools.com/browsers/browsers_stats.asp 17% :(
http://www.oldantiquetrucks.com/
See the content for a second, then it's gone. Highlighting the page like your going to copy it and you can see the div's.

Anonymous’s picture

I recreated your panel on my local, and kinda started to see bugs when I activated the rounded corners on the panes. Then I found this :


.t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner{
  position:relative;
}

in the panel styles. if you deactivate this for IE6 it seams to work all good for me :


.t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner{
  position:static !important;
}

(try this is the ie6.css file)

Any chance ?

mikeytown2’s picture

Status: Active » Reviewed & tested by the community

yep, it works!
Any Idea why your theme has this issue? what changed from 1 -> 2?

Anonymous’s picture

So many things, but especially the layout method, that is still in beta phase, I blogged about it here :

http://www.couzinhub.com/en/mar-09/equal-height-columns-css

Before, Painted was fixed 900px wide, and pretty much NOT flexible, but now you can change all the dimensions by just editing the layout.css
More flexibility, but more trickery to achieve this, so more possible bugs, that's why version 2 is still in BETA.
I also improved the image weight, the color module compatibility, and made it possible to hide the paint in the header by just editing the theme property.

In short, version 2 has nothing to do with version 1. And I'm not surprised that IE6 is a bit touchy with it, but I'm pretty confident that IE6 will go down this year, so I'm too worried about it. I'm not going to try to make it pixel perfect, but just to look not too buggy.

Ater all, IE8 is released today ! And that's what we should focus on.

Anonymous’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.