D
Dave Anderson
Someone in our portal implementation group asked me to take a look at a
problem they have been having, and I suspect IE is the culprit.
One of the business processes is represented in the portal with a flowchart
that exceeds 1500 pixels in width, and IE always truncates the containing
DIV at *precisely* 1500 pixels. Firefox and Opera do not.
My first guess was that some CSS rule was stomping on the display. I
captured the entire page, including CSS and JS, and scoured it for: clip,
overflow, max-width, and any dimension > 1000. I found none.
My next step was to see if the truncation occurred at the same 1500px width
for different font sizes. I held down the Ctrl key and scrolled the mouse
wheel to "zoom" IE7, and the truncation disappeared. Even returning to the
original size was OK. The truncation evaporated until the next page load.
The same step (Ctrl+mouse wheel) changes the font size in IE6, and that step
happens to resolve the issue there, as well.
So I am left wondering, is this an IE bug? I can find no mention of an
IE6/IE7 clipping problem, and yet I can reproduce it at will.
problem they have been having, and I suspect IE is the culprit.
One of the business processes is represented in the portal with a flowchart
that exceeds 1500 pixels in width, and IE always truncates the containing
DIV at *precisely* 1500 pixels. Firefox and Opera do not.
My first guess was that some CSS rule was stomping on the display. I
captured the entire page, including CSS and JS, and scoured it for: clip,
overflow, max-width, and any dimension > 1000. I found none.
My next step was to see if the truncation occurred at the same 1500px width
for different font sizes. I held down the Ctrl key and scrolled the mouse
wheel to "zoom" IE7, and the truncation disappeared. Even returning to the
original size was OK. The truncation evaporated until the next page load.
The same step (Ctrl+mouse wheel) changes the font size in IE6, and that step
happens to resolve the issue there, as well.
So I am left wondering, is this an IE bug? I can find no mention of an
IE6/IE7 clipping problem, and yet I can reproduce it at will.