Ticket #5722 (confirmed Bug)
[IE7] Paste into content RTL editor appears scrollbar
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4.1 |
| Keywords: | IE | Cc: |
Description
#5667 is still seen on IE6/7.
Attachments
Change History
comment:2 Changed 3 years ago by garry.yao
- Keywords Discussion added
Any brilliant mind here to properly hide the paste bin in this case?
comment:4 Changed 3 years ago by Saare
- Keywords HasPatch added; Discussion removed
Using position: fixed resolves the problem.
comment:7 Changed 3 years ago by Saare
- Status changed from assigned to review
Since this the same bug also occurs in IE6, position:fixed would not work. So instead, just like in #5565, the pastebin is hidden to the top.
comment:8 Changed 3 years ago by tobiasz.cudnik
- Status changed from review to review_failed
Wouldn't it be better to target this fix only to affected browsers ? Code to be removed looks like a good one, let's not loose it.
comment:10 Changed 3 years ago by fredck
- Status changed from review to review_passed
- Version changed from SVN (CKEditor) - OLD to 3.4.1 (SVN - trunk)
comment:11 Changed 3 years ago by fredck
- Status changed from review_passed to review_failed
Sorry... after patch the browser scrolls up and down on paste.
comment:12 Changed 3 years ago by Saare
- Status changed from review_failed to new
- Owner Saare deleted
I don't have any other solution for that.. Hopefully someone else has.
comment:13 Changed 3 years ago by fredck
- Status changed from new to confirmed
- Milestone CKEditor 3.4.1 deleted
As this issue impact on a reduced number of users (IE6/7+RTL) and it doesn't have a critical impact (just the scrollbar quick flashing), I'm untargetting it, so we can deal with it later.

Perhaps this would result in a wonfix as right:-1000 is not recognized in a RTL container in IE6/7.