Ticket #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: |
Attachments
Change History
comment:2 Changed 4 years ago by garry.yao
- Description modified (diff)
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.
comment:3 Changed 4 years ago by garry.yao
- Keywords Confirmed Review? added
- Status changed from new to assigned
- Owner set to garry.yao
comment:4 Changed 4 years ago by garry.yao
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 4 years ago by tobiasz.cudnik
I couldn't reproduce this issue neither on IE7 or IE8. Does it depends on some specific editor's content ?
comment:6 in reply to: ↑ 5 Changed 4 years ago by fredck
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 4 years ago by fredck
- 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 4 years ago by fredck
Couldn't we use the same solution we've used at #4122?
comment:9 in reply to: ↑ 8 Changed 4 years ago by garry.yao
- Keywords Pending HasPatch added; Review- removed
comment:10 Changed 4 years ago by garry.yao
There should be no special content required to reproduce this issue besides what listed in the environment section.
comment:11 Changed 4 years ago by fredck
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 4 years ago by tobiasz.cudnik
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 in reply to: ↑ 12 Changed 4 years ago by fredck
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 4 years ago by garry.yao
- 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.
comment:15 Changed 4 years ago by fredck
- Status changed from assigned to closed
- Resolution set to duplicate
DUP of #3878
