Bug 141863
Summary: | previousLinePosition & nextLinePosition call editingIgnoresContent without checking if parentNode() is NULL | ||
---|---|---|---|
Product: | WebKit | Reporter: | Doug Russell <d_russell> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Doug Russell
editingIgnoresContent() expects a non null parent node in order to behave correctly and previousLinePosition & nextLinePosition aren't performing that check. This manifests regularly when navigating via cursor with accessibility enabled. (Not an accessibility bug, just happens to encounter it.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |