[Webkit-unassigned] [Bug 54293] New: [GTK] Don't get the webview accessible while not in valid load states
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 11 10:39:44 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54293
Summary: [GTK] Don't get the webview accessible while not in
valid load states
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: msanchez at igalia.com
In Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:
In notifyAccessibilityStatus() we need to make sure that we only call to gtk_widget_get_accessible(GTK_WIDGET(webView)) while in valid load states, that is: WEBKIT_LOAD_PROVISIONAL, WEBKIT_LOAD_FAILED and WEBKIT_LOAD_FINISHED, in order not to try to get an accessible when it could be not created yet (e.g. during early stages of a reload).
This is causing 11 tests to fail after committing patch for bug 25831, so it's an urgent issue.
--
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