WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11826
Need Implementation of selection.removeAllRanges()
https://bugs.webkit.org/show_bug.cgi?id=11826
Summary
Need Implementation of selection.removeAllRanges()
Shawn Smith
Reported
2006-12-13 23:37:03 PST
Vox rich HTML editor makes use of Mozilla Selection API. Specifically an error is created when calling selection.removeAllRanges() after entering information in the editing window. The previous range(s) are deleted and a new range is created each time text is entered. Upon reviewing selection.cpp and selection.h within Webcore it is noted that removeAllRanges is noted as part of the Mozilla Selection Object API but is currently not implemented.
Attachments
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2006-12-19 22:17:22 PST
r18332
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug