[Webkit-unassigned] [Bug 20215] New: execCommand('underline') can't remove <U> underlines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 29 14:31:31 PDT 2008


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

           Summary: execCommand('underline') can't remove <U> underlines
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: futurama at gmail.com
                CC: justin.garcia at apple.com, jparent at google.com


1. go to http://www.mozilla.org/editor/midasdemo/
2. check "View HTML source"
3. set the source to: "<u>test test test</u>"
4. uncheck "View HTML source"
5. select the middle "test"
6. underline the text using toolbar
7. text stays underlined
expected result: <u>test </u>test <u>test</u>
actual result: <u>test </u><u style=""><span class="Apple-style-span"
style="text-decoration: none;">test</span></u><u> test</u>


-- 
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