Details
Description
This appears to be a follow-on issue related to ICE-2750.
Michael Thiem [18/Apr/08 07:05 AM]
Test case from TS Infotech demonstrating the behaviour.
In order to reproduce it do the following:
1. set resolution to 1024x768
2. remove the second line from:
<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'
style='width: 100%; height: 100%; overflow: hidden;'>
in MainView.jspx
or 3. use the above code as it is and open the popup on the page. this will cause the browser scrollbars to appear
Michael Thiem [18/Apr/08 07:05 AM]
Test case from TS Infotech demonstrating the behaviour.
In order to reproduce it do the following:
1. set resolution to 1024x768
2. remove the second line from:
<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'
style='width: 100%; height: 100%; overflow: hidden;'>
in MainView.jspx
or 3. use the above code as it is and open the popup on the page. this will cause the browser scrollbars to appear
The problem lies in how style is defined in the template files ... which quite atrocious. CSS style mixed with tables with random dimensions defined in percentages and/or pixels for positioning makes the rendering under IE a gambling game.