Topic: under IE8 , the content of the tree overflow from the tree div

I viewed the demo using IE8 .  when the tree was expanded, the content which should hide overflow from the div of the tree

Thumbs up Thumbs down

Re: under IE8 , the content of the tree overflow from the tree div

demo name, demo link? can't reproduce with ietester ie8.

Re: under IE8 , the content of the tree overflow from the tree div

mif demo can get such result, as following pic;

http://i50.tinypic.com/2mez9tg.jpg

PunBB bbcode test

Thumbs up Thumbs down

Re: under IE8 , the content of the tree overflow from the tree div

can't reproduce with ietester ie8, don't have standalone ie8 now. If someone have fix, post here, pls.

Re: under IE8 , the content of the tree overflow from the tree div

fixed

add "<meta http-equiv="X-UA-Compatible" content="IE=7" />" in the head of the page which uses mifTree

Thumbs up Thumbs down

Re: under IE8 , the content of the tree overflow from the tree div

haha, it's not a fix, but it has saved me for now tongue

This bug is very weird indeed - doesn't look like it can be fixed only by modifying the markup; seems to be a serious ie8 rendering problem.

Thumbs up Thumbs down

Re: under IE8 , the content of the tree overflow from the tree div

i'm get standalone ie8, problem realy exists, this css seams fix it:

.mif-tree-wrapper span{
padding-bottom:0px;
padding-top:0px;
cursor:inherit;
display:table-cell;
}