Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11260 closed Bug (fixed)

AVT: JAWS not reading disabled buttons as unavailable

Reported by: Satya Minnekanti Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 4.3.1
Component: Accessibility Version: 4.3
Keywords: IBM Cc: Teresa Monahan, Irina

Description

To reproduce the defect:

  1. Open AJAX Sample and click on Create Editor button.
  1. Press Alt + F10 to navigate to toolbar.
  1. Navigate to Undo or Redo button.

Expected Result: JAWS should read Undo or Redo button unavailable

Actual Result: JAWS reads Undo or Redo button but it did not read unavailable. This is because aria-disabled=true missing on all the disabled buttons

This issue is only happening from 4.3

This is a failure of Accessibility checkpoint 1.3a & 4.1b

Change History (9)

comment:1 Changed 10 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.3.2

comment:2 in reply to:  1 ; Changed 10 years ago by Teresa Monahan

Replying to fredck:

Hi Fred, Can this be targeted for 4.3.1? This is an accessibility failure and the 4.3.2 release will be too late for some of our products.

comment:3 in reply to:  2 Changed 10 years ago by Frederico Caldeira Knabben

Replying to tmonahan:

I'll check this, but we already froze the code and it's on testing phase for release on Tuesday. I'm afraid it may be already too late for it.

comment:4 Changed 10 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

Introduced with git:a195b2a.

Basically, we're not any move initializing disabled buttons, so the aria-disabled attribute is not set on startup.

comment:5 Changed 10 years ago by Frederico Caldeira Knabben

Status: assignedreview

Pushed t/11260@cksource.

comment:6 Changed 10 years ago by Piotrek Koszuliński

Milestone: CKEditor 4.3.2CKEditor 4.3.1
Status: reviewreview_passed

I pushed additional commit which fixes a bug in a button template.

comment:7 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: review_passedclosed

Fixed on master with git:93a07a4.

comment:8 Changed 10 years ago by Teresa Monahan

Thanks to you all for the speedy turn around on this! We really appreciate it!!

comment:9 Changed 10 years ago by Marek Lewandowski

Summary: AVT: JAWS not reading disbaled buttons as unavailableAVT: JAWS not reading disabled buttons as unavailable

issue summary typo fixed

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy