RESOLVED FIXED38923
REGRESSION: crashes when move caret inside empty inline element inside non-editable content
https://bugs.webkit.org/show_bug.cgi?id=38923
Summary REGRESSION: crashes when move caret inside empty inline element inside non-ed...
Xiaomei Ji
Reported 2010-05-11 12:21:21 PDT
1. Open the test case 2. focus cursor in 3rd "div" element. 3. press right arrow Safari crashes due to the following assertion failure: ASSERTION FAILED: right != *this (/Users/xji/webkit/WebCore/editing/VisiblePosition.cpp:370 WebCore::VisiblePosition WebCore::VisiblePosition::right(bool) const) Might be related to the change in Position.cpp in http://trac.webkit.org/changeset/53085
Attachments
test case (492 bytes, text/html)
2010-05-11 12:21 PDT, Xiaomei Ji
no flags
Xiaomei Ji
Comment 1 2010-05-11 12:21:52 PDT
Created attachment 55734 [details] test case
Xiaomei Ji
Comment 2 2010-05-14 18:15:57 PDT
Note You need to log in before you can comment on or make changes to this bug.