Opened 13 years ago

Closed 12 years ago

#8324 closed Bug (fixed)

BIDI: IE8: Unspecified web page error thrown when using the Undo

Reported by: Satya Minnekanti Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.3
Component: Core : Undo & Redo Version: 3.0
Keywords: IBM IE8 Cc: Damian, Teresa Monahan

Description

Steps to reproduce the defect:

  1. Open the Ajax sample in IE8.
  1. Paste the following code into source
<p dir="rtl">
	paragraph 1</p>
<p dir="rtl">
	paragraph 2</p>
  1. Go back to rich text, click on paragraph 1 & press Increase indent button in the toolbar.
  1. Click once on paragraph 2 (so that frame is shown around paragraph 2) & click the undo button in the toolbar.

Result: The following webpage error is displayed and error message is Unspecified error.

This issue originally reported in ticket #7587 which is closed as duplicate of #7002 which is fixed in 3.6.2 but the original issue mentioned in ticket #7587 still exists so we are logging this new ticket to track the issue

Attachments (2)

8324.patch (888 bytes) - added by Garry Yao 12 years ago.
8324_2.patch (1.3 KB) - added by Garry Yao 12 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: IE8 added
Status: newconfirmed

The error is thrown in
Line: 573
URI: /3.6.1/ckeditor/_source/plugins/selection/plugin.js

Reproducible from CKEditor 3.0

comment:2 Changed 13 years ago by Satya Minnekanti

Should #7587 be re opened or are you going to fix this ticket in 3.6.2?

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

Version: 3.0

comment:4 Changed 12 years ago by Garry Yao

Component: GeneralCore : Undo/Redo
Resolution: fixed
Status: confirmedclosed

Fixed with micro change [7398].

comment:5 Changed 12 years ago by Satya Minnekanti

I could still reproduce this issue on nightly build. Please re open this ticket

comment:6 Changed 12 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.3
Resolution: fixed
Status: closedreopened

I confirm this issue with IE8. It is not possible to reproduce it with IE9 and Developer Tools.

comment:7 Changed 12 years ago by Garry Yao

Owner: set to Garry Yao
Status: reopenedreview

Changed 12 years ago by Garry Yao

Attachment: 8324.patch added

Changed 12 years ago by Garry Yao

Attachment: 8324_2.patch added

comment:8 Changed 12 years ago by Garry Yao

Make it bulletproof on bookmark without a selection.

comment:9 Changed 12 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:10 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7414].

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