[Webkit-unassigned] [Bug 25831] [GTK] events missing when a document is (re)loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 14:01:14 PST 2010


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





--- Comment #7 from chris fleizach <cfleizach at apple.com>  2010-11-12 14:01:14 PST ---
(From update of attachment 73716)
View in context: https://bugs.webkit.org/attachment.cgi?id=73716&action=review

> WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:165
> +        return returnString(coreObject->document()->title());

only returning the title here limits some future flexibility, so as using aria-label, name or something else that might also be available

> WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:215
> +

don't know how you would get into this method to turn on AX, since the only caller first checks if AX is on before calling this method... see notifyStatus() change

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