Issue 820: Editing Squidoo page puts side bar at the bottom of the page
http://code.google.com/p/chromium/issues/detail?id=820

Comment #2 by [EMAIL PROTECTED]:
Reduced testcase : http://go/reductions/820/test.html

Issue - there is an extra horizontal scroll bar seen at the bottom of the  
page in
IE7/Safari3.1 (webkit r37604)/Chrome 0.3.154.5

code for quick reference :
<html xmlns="http://www.w3.org/1999/xhtml";><head>
<style type="text/css">
#progress {position:relative;}
#slider {width: 100000px;}
</style>
</head><body>
       <div id="progress">
         <div id="slider"></div>
       </div>
   </body></html>

Removing either position:relative or width: 100000px solves the issue.

Attachments:
        test.html  374 bytes


Issue attribute updates:
        Status: Untriaged
        Labels: -Area-Misc Area-Compat works-only-in-FF has-reduction

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to