Ticket #3500 (closed Bug: fixed)
Failed testcase dom.element test_getAttribute_ignoreExpandoAttributes
| Reported by: | alfonsoml | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Review+ | Cc: |
Description
Except IE8 all the browsers fail this test.
In IE7 it's due to the testcase itself, the rest of the browsers are failing because they return the _cke_expando as an attribute (just what the test is checking)
The patch fixes all the issues for me.
Attachments
Change History
Changed 4 years ago by alfonsoml
- Attachment 3500.patch added
comment:1 Changed 4 years ago by fredck
- Status changed from new to assigned
- Owner changed from alfonsoml to fredck
- Keywords Review- added; Review? removed
The TC could be a bit simpler. Also, in the case of tabIndex, it's not a matter of making the test pass. Tests should identify possible weak points, so the right fix would be making it work properly with tabindex.
I'll come with a new patch for it.
Note: See
TracTickets for help on using
tickets.

Proposed patch