Opened 15 years ago

Closed 15 years ago

#3354 closed Bug (fixed)

[IE] Unable to change list type

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: IE Confirmed Review+ Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content along with selection:
    <ol>
    	<li>
    		^text</li>
    </ol>
    
  3. Click on 'Bullet List' command to change list type;
    • Expected Result:
      <ul>
      	<li>
      		^text</li>
      </ul>
      
    • Actual Result: Javascript error thrown.

Attachments (1)

3354.patch (761 bytes) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Garry Yao

Attachment: 3354.patch added

comment:1 Changed 15 years ago by Garry Yao

Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned

Lint shows that the evil global object 'length' has been masked by window.length which is an read-only variable under IE.

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3381].

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