Bug 34807

Summary: Word wrapping incorrect when using quotes after question mark
Product: WebKit Reporter: Jacob Page <jacob.h.page>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://beyondtheorylogistics.com/why
Attachments:
Description Flags
What the incorrect word wrapping looks like. none

Description Jacob Page 2010-02-10 11:12:00 PST
Created attachment 48511 [details]
What the incorrect word wrapping looks like.

This bug was originally posted to the Chromium issue tracker, but I brought it here because somebody reported the same issue in Safari.

I have some elements in my HTML that contain quotations that end with 
question marks, i.e.:

      <blockquote>
        &ldquo;Is &lsquo;hiding&rsquo; the real prices a sign of trust and 
        partnership?&rdquo;
      </blockquote>

In Chrome, the quote character after the question mark is wrapping to the 
next line.  This happens for ", &rdquo;, and even '.  The other browsers do 
the right thing and keep the question mark and quote fixed to the last word 
of the sentence.  I experienced this with blockquotes, but I verified the 
same thing happens for paragraphs.

At this moment, you can see the bug in action at http://beyondtheorylogistics.com/why.

Chrome Version: 4.0.249.78
Other browsers tested:
  Firefox 3.x: OK
         IE 7: OK
         IE 8: OK
Comment 1 Alexey Proskuryakov 2010-02-11 12:23:08 PST
This is already fixed.

*** This bug has been marked as a duplicate of bug 17475 ***