#5105 closed defect (invalid)
Textarea: accessible value is incorrect
Reported by: | ptbrunet | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | brunet@… | |
Blocked By: | Blocking: |
Description (last modified by )
Open v1.0 http://archive.dojotoolkit.org/dojo-2007-11-05/dojotoolkit/dijit/tests/form/test_Textarea.html or nightly http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Textarea.html
FF2/3: The accessible value of the dojo textareaa is a bunch of javascript. It should be the text visible in the text field.
IE6/7: The accessible value of the dojo textarea is not set; the text is found on the accessible name which is not correct. The accessible name is typically set to the label text.
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Owner: | set to Douglas Hays |
---|
comment:3 Changed 12 years ago by
Cc: | brunet@… added |
---|---|
Description: | modified (diff) |
Summary: | InlineEditBox for textarea, FF2/3 only: value is some javascript code not the value entered. → Textarea: accessible value is incorrect |
comment:5 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I was wrong about this. The role that gets focus is a pane and the Window-Eyes screen reader fetches the text child below it in the accessible hierarchy. Window-Eyes works well. JAWS will need some work. Window-Eyes doesn't work well with IE 6/7 so that will need work too.
I am closing this.
comment:6 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
This is actually an issue with the textarea widget. It prevents the screen reader from speaking the text value in the field.