[Webkit-unassigned] [Bug 23993] New: Underline formatting bleeds into other formatting during delete/backspace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 14:00:19 PST 2009


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

           Summary: Underline formatting bleeds into other formatting during
                    delete/backspace
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jparent at google.com
                CC: eric at webkit.org, justin.garcia at apple.com


Steps to reproduce:
1. Go to your favorite contentEditable based rich text editor (like
http://www.mozilla.org/editor/midasdemo/)
2. Type "Foo Bar" on the first line (without quotes). Press Enter.
3. Type "Baz" on the second line.  (html is Foo <span class="Apple-style-span"
style="text-decoration: underline;">Bar</span><div>Baz</div>)
4. Double-click on "Bar" to highlight it.
5. Press underline from the toolbar.
6. Go to the beginning of the second line.
7. Press Backspace.

Result:
Everything moved from the second line to the first is underlined (html is Foo
<span class="Apple-style-span" style="text-decoration:
underline;">BarBaz</span>

Expected:
Just "Bar" to be underlined.

Notes:
I've repro'ed on Chrome 1.0 Windows and a webkit nightly on Mac.  This also
repros if you use delete at the end of the first line, rather than backspace at
the beginning of the second line.


-- 
Configure bugmail: https://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