diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-13 18:05:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-13 18:05:07 -0400 |
| commit | fb50badf00db0ba2da8a99aa75b489c620f8a971 (patch) | |
| tree | be2cf962c861c650607589cbb279364ccfd3107a /todo.md | |
| parent | e4c27a4a725c898ffb674f5202295dc96ce05ff1 (diff) | |
Fixed Area test time label weirdness by making Labels truncate their text instead of word-wrapping on all platforms. This doesn't explain GTK+/Wayland, alas.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,10 +1,6 @@ important things: - NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms) - make sure mouse events trigger when we move the mouse over an Area with a button held on OS X -- area test time label weirdness - this indicates bugs in Stack - - does not show full time initally on Windows; it does after you resize the window - - does not show initially on OS X; it shows up once you resize, and even shows up after you resize back to the original size - - I think both bugs and the GTK+ Wayland bug below are related... super ultra important things: - window sizes are inconsistent and wrong: we need to see on which platforms the titlebars/borders/etc. count... |
