Ticket #37 (closed enhancement: fixed)
Allow clickable elements to be activated
| Reported by: | jteh | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2009.1 |
| Component: | Browse mode | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description (last modified by jteh) (diff)
It is possible for any HTML element to have an onClick attribute which specifies code to run when the mouse is clicked. NVDA should allow these elements to be activated when enter is pressed.
Change History
comment:2 Changed 4 years ago by jteh
- Status changed from new to closed
- Resolution set to fixed
- Description modified (diff)
- Reporting and activation of clickable elements are separate issues. #91 has now been opened for reporting of clickables. I'm modifying this ticket accordingly.
- MozillaBug:420863 has been fixed for a while now, so the click action is now exposed on elements themselves rather than their text leaf nodes.
- Activation of clickable elements has always worked to some extent. However, due to MozillaBug:432603, it fails for many element types. A work around was implemented in NVDA in r2050. This ticket can therefore be closed.
Note: See
TracTickets for help on using
tickets.

