Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Names not announced for form fields if their value is not empty #50

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Closed

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2008-03-20 02:11
When tabbing or navigating to form fields in a virtual buffer, NVDA reads the name of the field (usually obtained from an associated label) prior to the role. However, if a field's value is not empty, the name is not read.

Reproduceable: always

Steps to Reproduce

  1. Go to http://trac.nvda-project.org/.
  2. Press f once to navigate to the search field. Observe that "Search:" is spoken before the "edit" role.
  3. Press enter and type some text.
  4. Press NVDA+space to disable virtual buffer pass-through.
  5. Press control+home to move to the top of the document.
  6. Press f once to navigate to the search field again.

Actual Results

The "Search:" name is not announced in step 6.

Expected Results

The "Search:" name should be announced.

@nvaccessAuto
Copy link
Author

Comment 1 by mdcurran on 2008-04-28 00:43
Fixed in Gecko ia2 virtualBuffer backend, included in Misc dependencies 2008-04-28.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant