Re: [g-a-devel] What role to use for URL bar?



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]