Bug 6685 - StyledText - on setFont caret not being positioned correctly
Summary: StyledText - on setFont caret not being positioned correctly
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-07 15:04 EST by Lynne Kues CLA
Modified: 2001-12-12 09:58 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lynne Kues CLA 2001-12-07 15:04:45 EST
Run the StyledTextUseCase.
Put caret at the end of the document.
Change the font to a bigger size or a different font.  

The caret is not repositioned in lieu of the new font.
Comment 1 Knut Radloff CLA 2001-12-12 09:58:15 EST
We only set the caret location in bidi mode. Changed to always set the caret 
location.