NEW 56161
PositionIterator can create a Position inside ignored contents
https://bugs.webkit.org/show_bug.cgi?id=56161
Summary PositionIterator can create a Position inside ignored contents
Ryosuke Niwa
Reported 2011-03-10 18:44:16 PST
While working on the bug 56027, I realized that PositionIterator does not skip nodes that are ignored by editing (i.e. editingIgnoresContents returns true). This implies that we can potentially have positions inside textarea, etc... We should modify PositionIterator so that it skips contents ignored by editing automatically.
Attachments
Note You need to log in before you can comment on or make changes to this bug.