[Webkit-unassigned] [Bug 24862] New: Backspacing link from new line adds "text-decoration: none" to style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 17:18:13 PDT 2009


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

           Summary: Backspacing link from new line adds "text-decoration:
                    none" to style
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.mozilla.org/editor/midasdemo/
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sullivan at google.com
                CC: eric at webkit.org, jparent at google.com


Steps to reproduce:
1. Go to Midas Demo: http://www.mozilla.org/editor/midasdemo/
2. Type a word, say, "test".
3. Press the Insert Link button and create a link.
4. Press Enter. Html now looks like this:
<a href="http://www.test.com">test</a><div><br></div>
5. With the cursor on the new line, press backspace.

Actual result:
Newline removed, but underline is removed from link. HTML looks like this:
<a href="http://www.test.com" style="text-decoration: none;">test</a>

Expected result:
Newline removed, text-decoration not changed.


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