Bug 372264 - Remove "section editable" prefix when using editor with NVDA in Firefox
Summary: Remove "section editable" prefix when using editor with NVDA in Firefox
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Editor (show other bugs)
Version: 0.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.4 RC3   Edit
Assignee: Max Li CLA
QA Contact: Carolyn MacLeod CLA
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks: 365361
  Show dependency tree
 
Reported: 2012-02-22 13:32 EST by Max Li CLA
Modified: 2012-02-23 10:41 EST (History)
3 users (show)

See Also:
Silenio_Quarti: review+
ken_walker: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Li CLA 2012-02-22 13:32:41 EST
When using the editor in Firefox with NVDA, before reading each line, the screen reader reads "section editable". This behaviour is not typical of text editors, and should be removed. (This does not happen with JAWS or with any other browser.)
Comment 1 Max Li CLA 2012-02-22 13:44:40 EST
Firefox appears to expose div elements with the section role, which NVDA reads.

Here is a fix.

The commit is in the bug372264 branch.

https://github.com/max-li/orion.client/commit/2613d77e4241bb0d7e4e38fac2f89e35144d4b45
Comment 2 Max Li CLA 2012-02-22 15:27:13 EST
The above fix seems to fix bug 371521 too.
Comment 3 Ken Walker CLA 2012-02-23 10:36:13 EST
As a project lead I +1 this for RC3