Bug 63592 - TextIterators in TextIteratorEmitsCharactersBetweenAllVisiblePositions do not exactly match VisiblePositions
Summary: TextIterators in TextIteratorEmitsCharactersBetweenAllVisiblePositions do not...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 18:16 PDT by Justin Garcia
Modified: 2011-06-28 18:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2011-06-28 18:16:30 PDT
TextIteratorEmitsCharactersBetweenAllVisiblePositions was added to preserve selections during editing operations, so it needs to hit every VisiblePositions exactly once. See the expected results for:

editing/execCommand/indent-pre-list.html
editing/execCommand/crash-indenting-list-item.html

for examples of where this fails.