Ticket #8971 (closed Bug: fixed)
IE 7 & IE 8&9 Compat View: Image dialog gets huge, if image has Large Alternate text
| Reported by: | satya | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.4 |
| Component: | UI : Dialogs | Version: | 3.0.2 |
| Keywords: | IE IBM | Cc: | damo, tmonahan |
Description
To reproduce the defect:
- Open any CK Editor sample & open Image Properties dialog.
- Insert an URL for the image and enter some Alternate text which as at least 250 words
- Click your mouse on the dialog & drag the dialog to the end of the screen.
Issue: Image Properties dialog gets huge and it expands to the size of the screen
Th dialog looks huge even when we close it bring it up again. we have to close and re-open the editor to get the dialog to normal size. Reproduced in IE7, IE8 & IE9 Compat view
Attachments
Change History
comment:1 follow-up: ↓ 3 Changed 12 months ago by j.swiderski
- Keywords IE added
- Status changed from new to confirmed
- Version set to 3.0.2
- To reproduce use the below tag on page:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
- Copy contents from test.txt
- Open image dialog, paste the text in "Alternative text" filed
- Start moving the dialog. I got the best results when moving dialog to the left viewport border.
Problem has been reproducible from CKEditor 3.0.2.
NOTE: Issue can be also reproduced in IE8 and IE9 when using Tools -> Compatibility View Settings
comment:2 Changed 12 months ago by damo
Is there any update to this ticket? I'm looking for a patch at the moment.
comment:3 in reply to: ↑ 1 Changed 12 months ago by fredck
Replying to j.swiderski:
Your TC is confirmed with IE9+Compat as well. No need of special configurations.
That's clearly an IE issue. Let's hope a workaround can be easily found.
comment:4 Changed 12 months ago by fredck
- Status changed from confirmed to review
- Owner set to fredck
Basically, it looks like we need to enforce a fixed width for the field on IE8-.
comment:5 Changed 11 months ago by garry.yao
- Status changed from review to review_failed
8971.patch is not a solution but rather a hack.
comment:6 Changed 11 months ago by garry.yao
- Owner changed from fredck to garry.yao
- Status changed from review_failed to review
- Component changed from General to UI : Dialogs
- Milestone set to CKEditor 3.6.4
It looks like the bug can be workaround with a absolute positioned input element.
