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

Report value changes for focused IE6 MSHTML combo boxes #342

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 2 comments
Closed

Report value changes for focused IE6 MSHTML combo boxes #342

nvaccessAuto opened this issue Jan 1, 2010 · 2 comments
Assignees
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2009-06-30 03:31
When an MSHTML combo box is focused and the selected item is changed, two events are fired:

  • valueChange is fired on a combo box. However, the combo box seems to be some sort of proxy and does not have the same event params as the focused combo box. Therefore, we currently ignore it.
  • selection is fired on a list item representing the selected item. If the combo box is closed, this list item is invisible. If open, it is visible. We currently redirect IAccessible selection events to stateChange.
    We should special case one of these so that combo box value changes will be reported.
@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2009-11-06 06:31
Forgot to note that this only applies to IE6. IE7 and later fire proper focus/valueChange events for combo boxes.
Changes:
Changed title from "Report value changes for focused MSHTML combo boxes" to "Report value changes for focused IE6 MSHTML combo boxes"

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2009-11-16 02:57
Implemented in r3372.
Changes:
State: closed

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

No branches or pull requests

2 participants