Closed Bug 473737 Opened 16 years ago Closed 8 years ago

JAWS doesn't see button accessible from anonymous content

Categories

(Core :: Disability Access APIs, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: surkov, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [auto-closed:inactivity])

Spin off bug 472326 (testcase is https://bugzilla.mozilla.org/attachment.cgi?id=356537).

Example of XBL binding

<binding id="test">
        <content>
          <html:input/>
          <html:input type="button" value="Browse"/>
        </content>
        <implementation implements="nsIAccessibleProvider">
          <property name="accessibleType" readonly="true">
            <getter>
              return Components.interfaces.nsIAccessibleProvider.XFormsContainer;
            </getter>
          </property>
        </implementation>
      </binding>

It may be major problem because this approach of accessible creation is used both for XUL and XForms. This example is cutting of xforms upload control.
Blocks: jaws
AUTO-CLOSED. This bug untouched for over 2000 days. Please reopen if you can confirm the bug and help it progress.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [auto-closed:inactivity]
You need to log in before you can comment on or make changes to this bug.