Opened 14 years ago

Closed 13 years ago

#8157 closed Bug (fixed)

IE8: We can't close Flash/Iframe dialog when dialog is over IFrame/Flash with dialog_startupFocusTab set to true

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

Description

To reproduce the defect:

  1. With dialog_startupFocusTab = true, paste the following code in source view and go back to rich text.
<iframe width="560" height="349" src="http://www.youtube.com/embed/39jtNUGgmd4" frameborder="0" allowfullscreen></iframe>
  1. Bring up IFrame dialog by opening context menu on IFrame.
  1. click OK button to close the dialog.

Issue: we can't close the dialog, when we drag the dialog away from the IFrame or Flash we can close it.

Attachments (3)

IE8.png (36.3 KB) - added by Jakub Ś 14 years ago.
8157.patch (1.4 KB) - added by Garry Yao 13 years ago.
8157_2.patch (1.7 KB) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 Changed 14 years ago by Jakub Ś

Keywords: IE8 added
Status: newconfirmed
Version: 3.5.3

Reproducible form CKE 3.5.3. Unfortunatelly I was not able to find revision for this one. Sorry.

If you roght-click on frame placeholder it gets selected and when dialog appears it looks like it is under the selected area (selection squares are above dialog- see attached pic).

Changed 14 years ago by Jakub Ś

Attachment: IE8.png added

comment:2 Changed 13 years ago by Teresa Monahan

Is there any update on this issue?

Changed 13 years ago by Garry Yao

Attachment: 8157.patch added

comment:3 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

comment:4 Changed 13 years ago by Frederico Caldeira Knabben

Status: reviewreview_failed

Bad code:

  • The new native var is to be reused for the IE8 case.
  • We need just one if, first checking IE8< and then native.type. empty() may be called twice otherwise.
  • debugger!

Changed 13 years ago by Garry Yao

Attachment: 8157_2.patch added

comment:6 Changed 13 years ago by Garry Yao

Status: review_failedreview

comment:7 Changed 13 years ago by Frederico Caldeira Knabben

Better to have #8815 closed before reviewing this one.

comment:8 Changed 13 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Selection
Milestone: CKEditor 3.6.3
Status: reviewreview_passed

comment:9 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7402].

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