#6421 closed Bug (wontfix)
IE7: The cursor placed in a beginning of a document
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.2 |
Keywords: | IE | Cc: |
Description
In IE7, the cursor is placed in a beginning of a document after clicking below a last line.
Steps to reproduce
- Open editor with at lest one line of content.
- Click below the last line, far from a left edge (for LTR mode).
Result: The cursor is placed in a beginning of the document.
Expected: The cursor is placed in vertically equal position or end of the last line.
Affected is IE7, IE8 works fine.
Change History (8)
comment:1 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.5 |
---|---|
Status: | new → confirmed |
comment:3 follow-up: 5 Changed 14 years ago by
Version: | → 3.3.2 |
---|
This is an regression in 3.3.2 (works fine in 3.3.1).
comment:4 Changed 14 years ago by
Bug is corrupt by #5735. Flag restoreEnabled = 0; making wrong behavior in this situation but in another hand this is need to corret work with scroll bars.
comment:5 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Replying to tobiasz.cudnik:
This is an regression in 3.3.2 (works fine in 3.3.1).
No, this's reproducible in 3.3.1 also, we'll not be fixing this, there's no opportunity to get this right on IE v<8 with standards mode.
@satya If this matters for IBM, we recommend you to try quirks mode(config.docType = ) on wysiwyg .
comment:6 Changed 14 years ago by
Milestone: | CKEditor 3.5 |
---|
comment:8 Changed 13 years ago by
Cc: | satya_minnekanti@… removed |
---|---|
Keywords: | IBM removed |
IE6 is also affected.