RESOLVED DUPLICATE of bug 24070 24972
scrollbars of iframe can't be added by javascript
https://bugs.webkit.org/show_bug.cgi?id=24972
Summary scrollbars of iframe can't be added by javascript
jasneet
Reported 2009-03-31 17:37:25 PDT
I Steps: Go to http://www.w3schools.com/js/tryit.asp?filename=try_dom_iframe_scrolling On right side of page, click "Add Scrollbars" button II Issue: Scrollbar not added to the iframe. III Conclusion: IE/Firefox, the property "scrolling" could be set to "yes" dynamically by javascript, however Chrome/Safari doesn't support this way. IV Other Browsers: FF3: OK IE7: OK V Nightly tested: 42138 Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=8490
Attachments
reduced testcase (617 bytes, application/zip)
2009-03-31 17:39 PDT, jasneet
no flags
jasneet
Comment 1 2009-03-31 17:39:10 PDT
Created attachment 29145 [details] reduced testcase
Cameron Zwarich (cpst)
Comment 2 2009-03-31 17:50:43 PDT
This is a known bug (it is mentioned in the comments of HTMLFrameElement.cpp) but I am not sure there is another Bugzilla entry for it. I couldn't find one after a cursory search.
Cameron Zwarich (cpst)
Comment 3 2009-03-31 18:22:35 PDT
Ah, I found it. The other bug has a patch up for review to fix the bug. *** This bug has been marked as a duplicate of 24070 ***
Note You need to log in before you can comment on or make changes to this bug.