Open GoogleCodeExporter opened 9 years ago
Interesting bug in FF3.6. Don't have that problem on the Windows version.
I don't have a Mac handy at the moment. Can you confirm that this is an issue
in 3.6 only. I will report the bug to the FF developers.
Setting the body to display:none isn't quite right for a workaround though.
The body could have margins (as it does on all of the pages on my site).
A workaround would have to use logic similar to that found in this primer:-
http://www.cinsoft.net/viewport.asp
You add an element to the body and see if the scroll height changes.
If you can put together such a workaround and confirm that all is well in Mac
land, I'll patch the builder and the 1.0 release candidate.
BTW, did you try the modal alert example on the Examples page without the
patch. That would be the acid test as the "curtain" would cover only the
viewport? That uses the coverDocument function, which would be the only one
affected in that browser as getScrollPositionMax uses window.scrollMaxX/Y when
available.
Thanks Gabe!
Original comment by dmark.ci...@gmail.com
on 3 Aug 2010 at 1:28
I'll change the test and run those tests tomorrow :)
Original comment by gabrielg...@gmail.com
on 3 Aug 2010 at 2:25
Original issue reported on code.google.com by
gabrielg...@gmail.com
on 2 Aug 2010 at 10:55Attachments: