Re: [g-a-devel] What role to use for URL bar?
- From: Aaron Leventhal <aaronlev moonset net>
- To: Aaron Leventhal <aaron moonset net>
- Cc: gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel] What role to use for URL bar?
- Date: Thu, 27 Apr 2006 03:51:36 -0400
Still haven't gotten a good answer. What should autocompletes look like?
Gnome does not seem to do it right. For the Alt+F2 "Run application"
dialog's autocomplete, there's a ROLE_COMBOBOX
with a ROLE_TEXT child, but:
1) I'm getting the focus event for the ROLE_COMBOBOX, even though it doesn't
have STATE_FOCUSABLE.
2) The child ROLE_TEXT doesn't have STATE_FOCUSABLE and does not receive
STATE_FOCUSED when the caret is in it. The caret moved events are in this
object.
- Should the ROLE_COMBOBOX become ROLE_AUTOCOMPLETE?
- Should the ROLE_TEXT become ROLE_ENTRY?
- Aaron
Aaron Leventhal wrote:
I need help with Mozilla bug
https://bugzilla.mozilla.org/show_bug.cgi?id=334350
** Please add comments to that bug **
On current versions of ATK the URL bar is exposed as:
parent ROLE_COMBOBOX
child ROLE_IMAGE
child ROLE_IMAGE (typically not visible)
child ROLE_TEXT
child ROLE_PUSHBUTTON (typically not visible)
child ROLE_IMAGE (typically not visible)
child ROLE_PUSHBUTTON
On newer versions of ATK we have new roles instead of ROLE_TEXT. We
now have ROLE_AUTOCOMPLETE, ROLE_EDITBAR and ROLE_ENTRY. How should we
be exposing the URL bar now and what should
actually get focus (an outer or inner object)?
_______________________________________________
Gnome-accessibility-devel mailing list
Gnome-accessibility-devel gnome org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]