[Webkit-unassigned] [Bug 90487] New: Breaking out of blockquote when autocorrection takes place in blockquote

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 11:48:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90487

           Summary: Breaking out of blockquote when autocorrection takes
                    place in blockquote
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alice_cheng at apple.com


Reproduce Steps:
1) have a blockquote with nested stylings in it. Following is an example:
<blockquote type="cite"><font style = "font-family:Arial"><br> would this <b id = "bold"><br></b><b><br></b>make a difference?<span><br></span><span><br></span></font></blockquote>
2) misspell such that auto correction takes place within the block quote. For example, in the id=bold element

Expected Results:
Misspelled words are corrected without breaking out of the quote, without missing white spaces.

Actual Results:
The replaced word appears in another newly inserted blockquote. Sometimes, white spaces are missing due to ReplaceSelectionCommand not working well in blockquote.

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



More information about the webkit-unassigned mailing list