
04-14-2009
|
|
|
|
RE: IE8 Frame Size Bug?
Thanks for the confirmation and double thanks for noticing it's the value
x100 it let me slightly change the javascript to work around the issue.
"jakubit0409" wrote:
> Happening here too.
>
> Does not look like the value is random though...divide it by 100 and you
> should have the correct width.
>
> "danielgatley" wrote:
>
> > A third party application we use which uses framesets is not cooperating in
> > Internet Explorer 8. When you resize the frameset a cookie is saved using
> > the value of document.all.complainer.cols, when the page is reloaded the
> > value from the cookie is used to determine the frame size. This works fine
> > in previous version of IE but 8 appears to return a random value (eg
> > 23900,81) which make the left side a "little" wide. Thinking this might be
> > due to the use of document.all, I changed this to
> > document.getElementByID("complainer").cols and it returns the same value. We
> > have raised this with the software developers but I’m starting to think it
> > might not be something they can easily fix and it might actually be a bug
> > with IE8. If I’m missing something could someone please enlighten me?
|