RESOLVED FIXED 8637
REGRESSION (11-16-05): Selection gaps left behind after delete
https://bugs.webkit.org/show_bug.cgi?id=8637
Summary REGRESSION (11-16-05): Selection gaps left behind after delete
Justin Garcia
Reported 2006-04-27 19:25:13 PDT
Will attach a testcase. The change made on Nov 16 exposed this. The change was to not null out the selection before an editing operation. We did this because nulling out the selection sends an extra webViewDidChangeSelection notification.
Attachments
testcase (633 bytes, text/html)
2006-04-27 19:25 PDT, Justin Garcia
no flags
Justin Garcia
Comment 1 2006-04-27 19:25:56 PDT
Created attachment 8011 [details] testcase
Alice Liu
Comment 2 2006-06-06 07:05:04 PDT
Justin Garcia
Comment 3 2006-06-13 14:20:28 PDT
Render objects invalidate their rects when they are destroyed, but no one invalidates gaps between render objects when render objects on either side of the gap are destroyed.
Justin Garcia
Comment 4 2006-06-15 17:39:54 PDT
Note You need to log in before you can comment on or make changes to this bug.