[Webkit-unassigned] [Bug 25088] New: Select all + delete should escape from heading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 7 18:08:01 PDT 2009


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

           Summary: Select all + delete should escape from heading
           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. Enter the following HTML:
<h1>a</h1>b
3. Uncheck "View HTML Source".
4. Select all and press backspace or delete.

Actual result:
Cursor is still inside heading. Resulting HTML:
<h1><br></h1>
If you type again, or paste a lot of content, the content goes into the
heading.

Expected result:
In both Firefox and IE, the heading is removed when selecting all and deleting.
(Leaving just <br>).


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