exposing bugs
Feb. 21st, 2007 08:27 pmHuh. I just found a bug in Firefox's rendering engine: put an element with position:fixed over an element with overflow:auto, and the text showing through the fixed element is stuck - it stays behind when you frob the scrollbar that belongs to the overflow:auto element.
Luckily I was able to do a workaround involving making the overlapping element position:absolute and 200% wide. I guess I should write up a testcase and submit it to Bugzilla, 'cause I couldn't find anything like it in there.
Luckily I was able to do a workaround involving making the overlapping element position:absolute and 200% wide. I guess I should write up a testcase and submit it to Bugzilla, 'cause I couldn't find anything like it in there.