[Webkit-unassigned] [Bug 98370] [GTK] accessibility/loading-iframe-sends-notification.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 10:29:54 PDT 2013


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





--- Comment #12 from Joanmarie Diggs (irc: joanie) <jdiggs at igalia.com>  2013-10-17 10:28:39 PST ---
(From update of attachment 211213)
Sorry for just now catching this, but....

+    } else if (notification == AXLayoutComplete)
+        g_signal_emit_by_name(axObject, "state-change", "layout-complete", true);

There's no such "state-change" event called "layout-complete." As a result, AT-SPI2 is now complaining, and Orca is becoming non-responsive. I will see if there's a way to detect and not get hung up over bogus events. In the meantime, could you please fix this?

Assuming that layout complete is not the same thing as load complete, the immediate fix would be to not emit this signal at all -- at least not until the signal is added to ATK.

But if layout complete is the same thing as load complete, then you could emit that signal on the document interface. See https://developer.gnome.org/atk/unstable/AtkDocument.html#AtkDocument.signals

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