[Webkit-unassigned] [Bug 15256] New: Impossible to place an editable selection inside empty elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 22 02:58:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15256

           Summary: Impossible to place an editable selection inside empty
                    elements
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
               URL: http://www.fredck.com/bugs/safari/collapsed_select_test.
                    html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fredck at fredck.com
OtherBugsDependingO 9915
             nThis:


There is now way to place the caret inside an empty element for editing. For
example, suppose we have the following HTML:

    Some <b></b>text.


When using the DOM range and selection to move the caret inside the <b></b>,
the editing point will be after it instead:

    Some<b></b>|text.

The expected result:

    Some<b>|</b>text.

The specified URL is a simple test case for it, which makes it easy to
understand the problem. It works well with Firefox 2 and Opera 9.5 (minor
issues with this one).


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