Opened 14 years ago
Closed 14 years ago
#7189 closed Bug (fixed)
IE9: impossible to move cursor below horizontal line
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE9 | Cc: |
Description
- load the replacebyclass sample (default enterMode)
- click at the end of line, insert horizontal line
- click below horizontal line
- result: cursor jumps to the first line
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
I'm not sure this is related to #7186.
What we see here is clear problem related to the selection. The editor must guarantee that it'll move to a valid <p> which follows the <hr>, which is not happening.
Related to #7186.