[Webkit-unassigned] [Bug 30813] New: scrolling="no" attribute of iframe doesn't work in Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 03:02:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30813

           Summary: scrolling="no" attribute of iframe doesn't work in
                    Chrome
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://blog.cnstock.com/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hanrui.gao at gmail.com
                CC: johnnyding.webkit at gmail.com


Created an attachment (id=41938)
 --> (https://bugs.webkit.org/attachment.cgi?id=41938)
test-case package

Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Chrome 4: FAIL
  Firefox 3.x: OK
     IE 6/7/8: OK

What steps will reproduce the problem?
1. Launch the URL above
2. Pay attention to the "上证博客投票" area on right side. (Or you can search 
this wording in the page)


What is the expected result?
Chrome and Safari do not show the scrollbars of the small area.

What happens instead?
Chrome and Safari show the scrollbars of the small area unexpectedly.
(Attached please find the screenshot.)

Please provide any additional information below. Attach a screenshot if
possible.
This issue happens when the iframe element has attribute of scrolling="no" 
AND the embedded page (i.e. src page of the ifame) has set 
"overflow:scroll" in <html>'s or <body>'s style.
Under this circumstances, IE and Firefox will not show the 
scrollbars(according to: 
http://www.w3schools.com/TAGS/att_iframe_scrolling.asp) but Chrome and 
Safari will.
(Please refer my test-case package.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list