From: Davide P.C. <dp...@un...> - 2005-02-05 15:42:29
|
> Thanks for the bug report.=A0 Your analysis of this bug agrees with=20= > ours.=A0 The problem is that > WeBWorK 2 uses style sheets and without the > > * {zoom: 1;} > > MSIE's peekaboo bug=A0 (which causes text to sometimes disappear) = comes=20 > up sometimes. > We just recently discovered that using the above hack causes the bug=20= > you report. I did a little reading about this bug, and apparently it is triggered=20 by floating elements. The only float I can see in the webwork output=20 is the float for div.problemHeader. Has anyone tried removing that=20 float to see if it eliminated the problem? I never understood why that=20= float was there anyway, and I had removed it from my server long ago=20 (as it triggers another obscure bug in Safari). No one has reported=20 missing list item labels here, but that could be coincidence. Could=20 someone try removing that float specification and see if that helps? I=20= REALLY hate to lose the ordered-list entries because of MSIE stupidity. Davide |