Opened 16 years ago
Closed 12 years ago
#3657 closed bug (no change required)
[styledEdit] cursor's behaviors in moving between lines in different font sizes
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 down-arraw key once.
- then you will the cursor goto the forth line, one column.
Expected:
I am confused the column number is counted by the font size or the number of characters. If the font sizes are different between each line, how does the cursor move up and down?
Attachments (3)
Change History (5)
by , 16 years ago
Attachment: | cursor-move-before.png added |
---|
by , 16 years ago
Attachment: | normal-cursor-after.png added |
---|
by , 16 years ago
Attachment: | cursor-move-after.png added |
---|
comment:1 by , 16 years ago
comment:2 by , 12 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Unfortunately it is not clear what is wrong with current behaviour - it moves to shortest position on the next line. If you think that cursor should follow to exact character position (pos 6 in your sample) on the next line - I have to disappoint you - StyledEditor is not targeted as code editor so it should behave more practical than precise.
I have checked this behaviour throughoutly and found no using problems here. It works as intended.
I am sorry. I do some mistakes here. I add the wrong screenshot 'normal-cursor-after.png' here. sorry again.