[Webkit-unassigned] [Bug 13399] New: Support document.getSelection() and document.selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 17:35:56 PDT 2007


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

           Summary: Support document.getSelection() and document.selection
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar, EasyFix
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com


<rdar://problem/3138411> MASTER: document.getSelection() and document.selection

window.getSelection() is the most common way to access the selection object,
followed by document.getSelection() followed by document.selection.  All three
return a selection object, that supports various methods/properties depending
on what browser the user is running.  We support window.getSelection(), but it
would probably be a good idea for us to add document.getSelection() and
document.selection, for compatibility.


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