Bug 141863 - previousLinePosition & nextLinePosition call editingIgnoresContent without checking if parentNode() is NULL
Summary: previousLinePosition & nextLinePosition call editingIgnoresContent without ch...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 19:03 PST by Doug Russell
Modified: 2015-02-22 23:59 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Russell 2015-02-20 19:03:12 PST
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.)