Opened 13 years ago
Closed 13 years ago
#8971 closed Bug (fixed)
IE 7 & IE 8&9 Compat View: Image dialog gets huge, if image has Large Alternate text
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | UI : Dialogs | Version: | 3.0.2 |
Keywords: | IE IBM | Cc: | Damian, Teresa Monahan |
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 (3)
Change History (11)
Changed 13 years ago by
comment:1 follow-up: 3 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | → 3.0.2 |
comment:2 Changed 13 years ago by
Is there any update to this ticket? I'm looking for a patch at the moment.
comment:3 Changed 13 years ago by
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 13 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → review |
Basically, it looks like we need to enforce a fixed width for the field on IE8-.
Changed 13 years ago by
Attachment: | 8971.patch added |
---|
Changed 13 years ago by
Attachment: | 8971_2.patch added |
---|
comment:5 Changed 13 years ago by
Status: | review → review_failed |
---|
8971.patch is not a solution but rather a hack.
comment:6 Changed 13 years ago by
Component: | General → UI : Dialogs |
---|---|
Milestone: | → CKEditor 3.6.4 |
Owner: | changed from Frederico Caldeira Knabben to Garry Yao |
Status: | review_failed → review |
It looks like the bug can be workaround with a absolute positioned input element.
comment:7 Changed 13 years ago by
Status: | review → review_passed |
---|
So we're in a hack competition at this point :) I just wanted to be less risky :P
Anyway, your patch looks good. What a browser bug like this could ask for? ;)
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7512].
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
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