开发者

IE8 Toggle Bug?

I think I have an issue with IE8 and it's driving me nuts. let me explain it with images and an online demo.

When you first visit the page it's all normal as you see below

a http://yasinergul.com/FlashDen/IE8-Toggle-Bug-Demo/image/a.jpg

Then when you click to the "Click here to add new one" button.. it displays a div that includes a form... untill now it still works fine as you see below...

b http://yasinergul.com/FlashDen/IE8-Toggle-Bug-Demo/i开发者_JS百科mage/b.jpg

When you click to "Cancel" button it hides form... but this time "Some text here" part collapse to the gree box above..

c http://yasinergul.com/FlashDen/IE8-Toggle-Bug-Demo/image/c.jpg

But when you try to select any text on the page or click any empty space on the page, "Some text here" returns back to normal position...

And the weird thing is, since there is a toggle function on the link you can also close form with "Click here to add new one" link and when you close form by clicking the "Click here to add new one" link it works fine...

I have also tried to use show(), hide() methods or addClass() , removeClass() with a class that includes "display:none"... I also tried toggleClass(), but no luck...

I think this is about rendering engine of IE8 but may be you HTML-CSS-jQuery gurus out there may know a workaround...

http://yasinergul.com/FlashDen/IE8-Toggle-Bug-Demo/

Best regards,

PDesignX


removing margin-bottom of the inf-box and adding padding to the div that contains "Some text here" solved the problem... it's said that this is a "collapsing margin" issue...

you can find a detailed description about it here

http://css-discuss.incutio.com/?page=CollapsingMargin

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜