[Webkit-unassigned] [Bug 120318] AX: Random crashes when navigating in iFrames with VoiceOver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 09:53:31 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120318





--- Comment #2 from chris fleizach <cfleizach at apple.com>  2013-08-29 09:52:53 PST ---
It looks like what happens is that AXTextMarker references a node in the iframe. the iframe goes away, but the TextMarkerNode cache is not updated correctly (because the document is disconnected by the time it tries). Then we reference a node that has been deallocated and crash

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list