[Webkit-unassigned] [Bug 61594] REGRESSION: Hitting enter in the middle of this span causes the cursor to go to the end of the span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 17 18:43:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61594





--- Comment #24 from Annie Sullivan <sullivan at chromium.org>  2011-06-17 18:43:47 PST ---
The newest patch is a cleaned-up version that fixes usages of deprecatedNode() where possible, but leaves some in where the code would need significant refactoring.

There are a couple places where I switched deprecatedNode to containerNode because it didn't break anything, but maybe this is too aggressive. If you think so I'd be happy to change them back.

About the FIXME in splitTree: what should we do if the position is the last visible position in the node, and traverseNextNode returns null? Probably exit early, but not sure which node the function should return.

If you can think of more tests to add, please let me know.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list