Opened 14 years ago
Closed 14 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:
- 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>
- Bring up IFrame dialog by opening context menu on IFrame.
- 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)
Change History (12)
comment:1 Changed 14 years ago by
| Keywords: | IE8 added |
|---|---|
| Status: | new → confirmed |
| Version: | → 3.5.3 |
Changed 14 years ago by
Changed 14 years ago by
| Attachment: | 8157.patch added |
|---|
comment:4 Changed 14 years ago by
| Status: | review → review_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!
comment:5 Changed 14 years ago by
The following tickets are to be checked:
Changed 14 years ago by
| Attachment: | 8157_2.patch added |
|---|
comment:6 Changed 14 years ago by
| Status: | review_failed → review |
|---|
comment:8 Changed 14 years ago by
| Component: | General → Core : Selection |
|---|---|
| Milestone: | → CKEditor 3.6.3 |
| Status: | review → review_passed |
comment:9 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [7402].

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).