[Webkit-unassigned] [Bug 13860] New: DOM selection.modify() does not work with "move" as argument
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 24 10:25:26 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13860
Summary: DOM selection.modify() does not work with "move" as
argument
Product: WebKit
Version: 522+ (nightly)
Platform: PC
URL: http://just1gb.googlepages.com/selection.html
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: just1gb at gmail.com
selection.modify() does not work when "move" is specified as first argument.
var selection = window.getSelection();
selection.modify("move", "forward", "sentence");
This works in Firefox
--
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