Opened 15 years ago

Closed 15 years ago

#3500 closed Bug (fixed)

Failed testcase dom.element test_getAttribute_ignoreExpandoAttributes

Reported by: Alfonso Martínez de Lizarrondo Owned by: Frederico Caldeira Knabben
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 (2)

3500.patch (1.8 KB) - added by Alfonso Martínez de Lizarrondo 15 years ago.
Proposed patch
3500_2.patch (2.0 KB) - added by Frederico Caldeira Knabben 15 years ago.

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by Alfonso Martínez de Lizarrondo

Attachment: 3500.patch added

Proposed patch

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review- added; Review? removed
Owner: changed from Alfonso Martínez de Lizarrondo to Frederico Caldeira Knabben
Status: newassigned

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.

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 3500_2.patch added

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review? added; Review- removed

comment:3 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3487].

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