Opened 16 years ago
Closed 12 years ago
#3656 closed bug (fixed)
[styledEdit] cursor's behaviors are the same
Reported by: | chico | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/StyledEdit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
- open styledEdit.
- press key 's' a few seconds. make last a few characters larger.
- press two enter key( deal with the character string like the screenshot 'cursor-before').
- move your cursor to the third line, second column.
- press up-arraw key once.
- then you will the cursor goto the first line, first column.
Expected: when press the key up-arraw, the cursor should pass through all lines above.
Attachments (4)
Change History (5)
by , 16 years ago
Attachment: | cursor-before.png added |
---|
by , 16 years ago
Attachment: | normal-cursor-after.png added |
---|
normal cursor behavior after once pressing up-arrow key
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev45019 - use more precise algorithm to find the caret position on the previous line.
Note:
See TracTickets
for help on using tickets.
cursor before moving