cheerq / flexmdi

Automatically exported from code.google.com/p/flexmdi
0 stars 0 forks source link

Title text does not trucates right when resize a window #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set the text to a large string
2. resize the window to the minimum

What is the expected output? What do you see instead?

Text should truncate as rigth buttons comes to the left.

What version of the product are you using? On what operating system?

actual trunk version

Please provide any additional information below.

Original issue reported on code.google.com by carlos.r...@gmail.com on 25 Oct 2007 at 1:18

GoogleCodeExporter commented 8 years ago
Basic truncation via textfield resizing is implemented. Better truncation (using
ellipsis for example) would be nice but the built-in truncateToFit() is super 
ghetto
and I don't have time to write my own better one. Any takers?

Original comment by ben.clin...@gmail.com on 11 Jan 2008 at 7:04