[Webkit-unassigned] [Bug 23793] New: WebKit changes the Selection on setting with addRange, FF does not

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 11:39:32 PST 2009


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

           Summary: WebKit changes the Selection on setting with addRange,
                    FF does not
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: justin.garcia at apple.com, ojan at google.com,
                    jparent at google.com
OtherBugsDependingO 6350,17697
             nThis:


WebKit changes the Selection on setting with addRange, FF does not

This is sorta a dupe of bug 6350 and bug 17697, certainly fixing this more
general bug would fix both of those.

Basically Selection::validate() is flawed, at least from the DOM's perspective.
 JS should be able to set the selection to anything and get it back w/o having
it be mutated in the process.  The Editing code wants to be able to get at the
"validated" selection.  We may just want to store things double, not sure yet.


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