[Webkit-unassigned] [Bug 19174] New: Double quotes do not stick to question marks when wrapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 21 15:41:05 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19174

           Summary: Double quotes do not stick to question marks when
                    wrapping
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mwp1 at cornell.edu


When a double-quote is next to a question mark at a line break point, then the
double-quote can separate from the question mark when wrapping. This is
especially noticeable when reading dialog in narrow, frequently wrapped
columns.

For example, the string "Hello?" could be wrapped so that "Hello? appears on
one line, and then a stray " appears at the beginning of the next line. I.e.,
it turns into:

"Hello?
"

I've attached an HTML file that demonstrates this behavior, provided you resize
the browser window until you see the wrap. For comparison, Mozilla always keeps
the quotes attached to the question mark. Also, note that this only seems to be
a problem with question marks: periods next to quotation marks are never
separated when rendered with webkit, nor are exclamation points.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list