Bug 11826

Summary: Need Implementation of selection.removeAllRanges()
Product: WebKit Reporter: Shawn Smith <chezsmithy>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.vox.com/compose
Bug Depends on:    
Bug Blocks: 10165    

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.