Opened 12 years ago
Closed 12 years ago
#11268 closed Bug (fixed)
Adding TC for aria-disabled
| Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.3.2 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
We should create a test case for aria-disabled attribute presence and it's valid value. We lost it in 4.3 release, for buttons like undo/redo becasuse it was not covered by automate TC.
Related issue: #11260
Change History (6)
comment:1 Changed 12 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 12 years ago by
| Owner: | set to Marek Lewandowski |
|---|---|
| Status: | confirmed → assigned |
comment:3 Changed 12 years ago by
| Status: | assigned → review |
|---|
comment:4 Changed 12 years ago by
| Status: | review → review_passed |
|---|
comment:6 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |

Added tests for aria-related attributes to t/11268 (tests only).
We may also add tests for menubutton based on that (checking aria-haspopup presence), it is only matter of exporting assertAttribtues, getUiItem, getButtonDomElement to tools file and reuse it there.