[Webkit-unassigned] [Bug 25529] [Gtk] Expected states not exposed to assistive technologies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 03:40:40 PDT 2009


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





------- Comment #2 from apinheiro at igalia.com  2009-06-17 03:40 PDT -------
(In reply to comment #1)

> For now I'm just doing SHOWING = VISIBLE and ENABLED = SENSITIVE, since I'm not
> sure how to tell the subtle difference between those in WebCore (specially
> SHOWING vs VISIBLE, which seems to be a GTK+-ism related to MAPPED vs VISIBLE
> (as in the visible flag for widgets)).

FYI: in GTK, SHOWING is a little more than VISIBLE&&MAPPING, as you said, as it
also search if the widget has an antecedent that is a GtkViewPort, to check if
the widget intersects with the visible rectangle of the GtkViewPort. I'm not
sure if this can affects to WebKit.

And, in the same way, this could be not enough, and a extra condition could be
required:
http://bugzilla.gnome.org/show_bug.cgi?id=509650


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



More information about the webkit-unassigned mailing list