Opened 16 years ago
Closed 16 years ago
#4128 closed Bug (duplicate)
[IE] Image dialog has scrollbar in quirksmode
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | |
Keywords: | Confirmed Pending HasPatch | Cc: |
Description (last modified by )
Attachments (1)
Change History (16)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
Changed 16 years ago by
Attachment: | 4128.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:4 Changed 16 years ago by
The culprit is not the txtAlt but the page vbox table(div.cke_dialog_page_contents > table ) been over rendered.
comment:5 follow-up: 6 Changed 16 years ago by
I couldn't reproduce this issue neither on IE7 or IE8. Does it depends on some specific editor's content ?
comment:6 Changed 16 years ago by
Replying to tobiasz.cudnik:
I couldn't reproduce this issue neither on IE7 or IE8. Does it depends on some specific editor's content ?
Yes:
- Load the following HTML:
<p><img alt="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor" height="110" src="http://www.google.com/intl/en_ALL/images/logo.gif" width="276" /></p>
- Right click the image and open the image dialog.
comment:7 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
I can reproduce it with the above tc in IE7 standards. The patch makes no difference at all.
comment:8 follow-up: 9 Changed 16 years ago by
Couldn't we use the same solution we've used at #4122?
comment:9 Changed 16 years ago by
Keywords: | Pending HasPatch added; Review- removed |
---|
comment:10 Changed 16 years ago by
There should be no special content required to reproduce this issue besides what listed in the environment section.
comment:11 Changed 16 years ago by
We need more information to reproduce it at this point. WFM by just opening the dialog in IE7+Quirks with clean cache.
comment:12 follow-up: 13 Changed 16 years ago by
Still can't reproduce any of those issues, including with posted TC. Checked both IE6 and 7. Maybe it's yet another language problem ?
comment:13 Changed 16 years ago by
Replying to tobiasz.cudnik:
Maybe it's yet another language problem?
As said, my tests are always in English. So, I think that's not the case.
comment:14 Changed 16 years ago by
Description: | modified (diff) |
---|
Originally I have it on English version also but now it seems to me only appeared with 'zh-cn' language file,sorry for misleading here.
Update the description since it's not a regression at all, the reason's been similar with #4122 where this time it seems the txtAlt input caused the penetration.