Opened 14 years ago
Last modified 14 years ago
#6455 closed Bug
Cursor goes to a previous line when in entermode BR — at Initial Version
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | |
Keywords: | IE7 | Cc: | kenny.demetter@… |
Description
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.