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
mitz
Comment 1 2006-12-19 22:17:22 PST
Note You need to log in before you can comment on or make changes to this bug.