[Webkit-unassigned] [Bug 29277] New: Horizontal Scroll Bar does not appear for Indian Railways map

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 11:53:43 PDT 2009


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

           Summary: Horizontal Scroll Bar does not appear for Indian
                    Railways map
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL:  http://www.indianrailways.gov.in/maps/all_india.htm
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


Created an attachment (id=39609)
 --> (https://bugs.webkit.org/attachment.cgi?id=39609)
reduced testcase

I Steps:
Go to  http://www.indianrailways.gov.in/maps/all_india.htm

II Issue:
Observe that only vertical scroll bar appears (there is no horizontal scroll
bar), although the image size is larger than the viewer area. There appears to
be no way to see the left side of the image.

III Conclusion:
Issue is due to <div align="right"> outside table. On removing align="right",
horizontal scrollbars seen in Chrome/Safari

Code for quick reference : 
<body>
<div align="right"> 
<table border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
            <td><img src="" border="1" width="1500" height="194"></td>
  </tr> 
</tbody></table>
</div>
</body>

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested : 48354

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=17248

-- 
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