Closed
Bug 303605
Opened 19 years ago
Closed 19 years ago
iframe height style > 16384px is corrupted
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: louis.letourneau, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 If you have a page that contains an iframe whichs height style is bigger then 16384px all the 'pixels' over 16384 don't get rendered (if you move a window overthem there is visual corruption...no repainting. If the iframe contains a page(a page bugger than 16384px), the iframe behaves as if it was only 16384 pixel in height and it's scrollbars work accordingly, but the pixels >16384px never get repainted. Easy repro create a file with the contents below. le last 10 pixels will never repaint if you move a window(or minimize, maximize firefox) over the iframe. If you want a more drastic effect set the height to something big like 17684px. ---------------------------------- <html> <head> </head> <body> Here1 <iframe src="" style="width:600px;height:16394px"></iframe> Here2 </body> </html> Reproducible: Always Steps to Reproduce: 1. Create a t.html file containing the code detailed in the details. 2. Open it with FireFox 3. Minimize and maximize firefox, the last 10 pixels will not have been repainted. Or move a window over the last pixels, same problem. Actual Results: Corruption in the last 10 pixels of the iframe. Expected Results: Painted the region accordingly. If a big document is used as source, the scrollbar should use the extra (>16384px) pixels to display the document.
Comment 1•19 years ago
|
||
CAn you please attach a testcase showing this issue or retest with the latest alpha? http://developer.mozilla.org/devnews/index.php/2005/07/12/deer-park-alpha-2-released/
| Reporter | ||
Comment 2•19 years ago
|
||
This is the file that contains the offending iframe. Juste scroll to the bottom (with the browsers scrollbar not the iframes) minimize the browser window and then maximize it. the bottom of the frame will be corrupted.
| Reporter | ||
Comment 3•19 years ago
|
||
Juste a many line file included in the iframe (the src attribute) so we can see the problem.
| Reporter | ||
Comment 4•19 years ago
|
||
The problem doesn't occur in the release you told me to test on (deer-park- alpha-2-released). thanks
Comment 5•19 years ago
|
||
This has been fixed after 1.0.6 (using a gecko engine older than one year) then. Based on reporters comment --> WFM
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•