Opened 14 years ago
Last modified 14 years ago
#6455 closed Bug
Cursor goes to a previous line when in entermode BR — at Version 3
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | |
Keywords: | IE7 | Cc: | kenny.demetter@… |
Description (last modified by )
Cursor goes to a previous line when in entermode BR, using following contents:
<table> <tbody> <tr> <td> baz</td> <td> </tr> </tbody> </table> <br /> FOO^<br /> <br /> <table> <tbody> <tr> <td> bar</td> <td> </tr> </tbody> </table>
- Place cursor after FOO
- Press enter
Result: New line is created before FOO.
Expected: New line is created after FOO.
Reproduced in IE7.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | kenny.demetter@… added |
---|
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|