RESOLVED CONFIGURATION CHANGED 33651
Discontinuous border with float:left and whitespace
https://bugs.webkit.org/show_bug.cgi?id=33651
Summary Discontinuous border with float:left and whitespace
Adrian Anderson
Reported 2010-01-13 22:16:39 PST
As seen in the navigation of this site http://www.sacredanointingoils.com.au/ The border-radius breaks on the right of the element when there is a space to the right. It can be easily corrected when 'inspecting element' by 'edit as html' and removing the space from the html. Only effects webkit implementation of border-radius and not Firefox. I will leave this site as shown for 7days for reference.
Attachments
Testcase (461 bytes, text/html)
2010-10-08 10:51 PDT, Simon Fraser (smfr)
no flags
Adrian Anderson
Comment 1 2010-02-11 16:38:26 PST
I will leave the live page demo open a little longer.
Simon Fraser (smfr)
Comment 2 2010-10-07 10:44:23 PDT
Please attach a testcase. Web pages have a habit of changing or going away.
Adrian Anderson
Comment 3 2010-10-07 23:40:51 PDT
The URL is still displaying the bug Simon - on the main nav list item "Home ". Please note the space after the word 'Home'. http://www.sacredanointingoils.com.au/ Currently viewable in Safari, Webkit or Chrome.
Simon Fraser (smfr)
Comment 4 2010-10-08 10:51:01 PDT
Created attachment 70269 [details] Testcase
Dave Hyatt
Comment 5 2010-10-27 14:28:35 PDT
This is a bug in findNextLineBreak. The break for the line is not at the very end of the block like it should be.... it has to do with the trailing space being included in the check to see if the container width is exceeded. I tried a couple of patches to fix this, but just ended up breaking other things. It will require a bit of thought/testing from someone to get the right fix.
Brent Fulgham
Comment 6 2022-07-11 16:58:50 PDT
Safari, Chrome, and Firefox show the same rendering behavior for this test case. I do not believe any further compatibility issue remains.
Note You need to log in before you can comment on or make changes to this bug.