Bug 141863

Summary: previousLinePosition & nextLinePosition call editingIgnoresContent without checking if parentNode() is NULL
Product: WebKit Reporter: Doug Russell <d_russell>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.)