Bug 28138 - Iframe heights are not being updated when changing height
Summary: Iframe heights are not being updated when changing height
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-10 00:31 PDT by Tal
Modified: 2010-10-12 06:11 PDT (History)
1 user (show)

See Also:


Attachments
automatic height htmls (830 bytes, application/zip)
2009-08-10 00:31 PDT, Tal
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tal 2009-08-10 00:31:51 PDT
Created attachment 34442 [details]
automatic height htmls

When having an Iframe with a height, then changing its content twice, the scrollheight/clientHeight/offsetHeight are not being updated correctly.
See attached 1.html, 2.html, 3.html - launch 1.html then click on the button, you'll see changing height. then click again on the button - the height doesnt change.
Compare this also to IE.