RESOLVED FIXED 45501
AX: Mail crashes with searching for next misspelled word with VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=45501
Summary AX: Mail crashes with searching for next misspelled word with VoiceOver
chris fleizach
Reported 2010-09-09 16:15:03 PDT
-Start VoiceOver -Open mail.app -Create a new message -Leave to/subject/etc black -Click on compose area -type "This is a tesst test" -Note that on every keypress VO will output "The next text marker just equaled the current text marker. This is a bug in WebKit. Please inform them" -Press VO-CMD-E to find the next misspelled word happens every time > 1 com.apple.WebCore 0x7fff9f2b8947 -[AccessibilityObjectWrapper accessibilityAttributeValue:forParameter:] + 0x5a7 2 com.apple.AppKit 0x7fffa092ea37 CopyParameterizedAttributeValue + 0x147 3 com.apple.HIServices 0x7fffa0521dbc _AXXMIGCopyParameterizedAttributeValue + 0x107 4 com.apple.HIServices 0x7fffa052c376 _XCopyParameterizedAttributeValue + 0x2f1 5 com.apple.HIServices 0x7fffa0508406 mshMIGPerform + 0x234 6 com.apple.CoreFoundation 0x7fffa31b047c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 0x2c
Attachments
patch (5.24 KB, patch)
2010-09-09 16:17 PDT, chris fleizach
ddkilzer: review+
chris fleizach
Comment 1 2010-09-09 16:17:35 PDT
David Kilzer (:ddkilzer)
Comment 2 2010-09-10 07:28:52 PDT
Comment on attachment 67110 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=67110&action=prettypatch > WebCore/accessibility/mac/AccessibilityObjectWrapper.mm:1979 > + return YES; Is this fix related to this bug? If not, it should really be split into another bug report/commit. If you don't split it out, at least make a note that this fix is incidental and unrelated to the fix for the crash.
chris fleizach
Comment 3 2010-09-10 09:29:34 PDT
(In reply to comment #2) > (From update of attachment 67110 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=67110&action=prettypatch > > > WebCore/accessibility/mac/AccessibilityObjectWrapper.mm:1979 > > + return YES; > > Is this fix related to this bug? If not, it should really be split into another bug report/commit. > will separate into another bug. its always hard for me to pass up opportunity!
chris fleizach
Comment 4 2010-09-10 09:39:24 PDT
Note You need to log in before you can comment on or make changes to this bug.