Status: Unconfirmed Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 5896 by myonceinalifetime: Padding Bug http://code.google.com/p/chromium/issues/detail?id=5896 Chrome Version : 1.0.154.36 URLs (if applicable) : Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: NA Firefox 3: FAIL IE 7: OK What steps will reproduce the problem? Open the htm file in Chrome. What is the expected result? There should be visible white space of 10px between the image with red background on the left and the div with blue background on the right. What happens instead? The attached file shows a case where the padding-right style attribute is being ignored. The div floating on the left (in red) has a padding-right value of 10px yet the div floating on the right (in blue) is NOT shifted to the right by 10px of the image inside the left div. IE does this correctly. Firefox also fails this. This clearly is not the result developers would expect. Note, the div on the right has not been given a width and I feel that since normally divs attempt to take up as much space width-wise as possible, that it should stretch to the right end of the browser window. Chrome and FF give it the width of its content. IE stretches it to the edge of the window. I do not know which method is following IEEE standards. Please provide any additional information below. Attach a screenshot if possible. NOTE: It took me a long time to find this bug report site! There is no simple way to find it. I tried searching with google "chrome bug report" and other searches to no avail. I also looked for links on the google chrome web page. After searching "how do i report a google chrome bug" on google and clicking on the 5th result, http://dev.chromium.org/for- testers/bug-reporting-guidelines, I found a link to report bugs. Attachments: paddingBug.htm 622 bytes -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
