Bug 39342 - CCombo displays the end of the text when it is too long to fit in the combo box (instead of the beginning)
Summary: CCombo displays the end of the text when it is too long to fit in the combo b...
Status: RESOLVED DUPLICATE of bug 31305
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 15:57 EDT by Curtis d'Entremont CLA
Modified: 2003-06-27 08:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis d'Entremont CLA 2003-06-25 15:57:39 EDT
If the currently selected item's text in a CCombo is too long to fit in the 
text area of the widget, then the CCombo displays the end of the string. For 
example, if the text is "Have a nice day", and the CCombo can only hold 8 
chars, then is shows:

[nice day]

while the native Combo's I've seen would display the start.. i.e.:

[Have a n]

Shouldn't CCombo be doing the same?
Comment 1 Steve Northover CLA 2003-06-26 17:27:17 EDT
There may be no SWT API to get this effect.
Comment 2 Veronika Irvine CLA 2003-06-27 08:38:36 EDT

*** This bug has been marked as a duplicate of 31305 ***