oliviaramos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Allow label width auto #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think js code should be changed to allow to set the label.width value to
"auto" this is by far better than guessing a good width for the titles used.

Sometimes a fixed width label is too short and words get clipped. At other
times it is too large and timeline behaves oddly from a user point of view
when you try to scroll the bandinfo from a point with no event in it.

This happens in any browser.

I have modified my version of timeline that comes with ZK 5.0, so that it
ignores the property passed from the theme and always sets the div width to
auto, it's been working great on ie6 and firefox, since the action area is
more natural and words never get clipped.

Original issue reported on code.google.com by rafa.sin...@gmail.com on 4 Nov 2009 at 5:59

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 10:27