fix initial focus and note earlier fixes in todo.txt

This commit is contained in:
Ben Fry
2015-09-22 19:34:53 -04:00
parent 424a8e4c9e
commit a38fd26b8a
2 changed files with 9 additions and 6 deletions
@@ -93,6 +93,8 @@ public class ManagerFrame {
tabs.setPanel(showTab);
}
frame.setVisible(true);
// Avoid the search box taking focus and hiding the 'search' text
tabs.requestFocusInWindow();
}
+7 -6
View File
@@ -87,6 +87,11 @@ X why the aqua background when opening the window?
X get rid of gross italic subheads on the Updates page
X "update all" is too far too the right
X other buttons were out of whack as well
X remove focus blue from the scrollable list
X don't focus the window on the search box on opening
X status/name/author table header is alternating color
X area above scroll bar looks like more scroll bar
X table header is the wrong font
watcher
X prevent re-prompting users when they say "no" to "sketch modified" message
@@ -173,12 +178,8 @@ _ does it even work for different contrib types?
manager / 3.0 final
_ don't focus the window on the search box on opening
_ status/name/author table header is alternating color
_ area above scroll bar looks like more scroll bar
_ table header is the wrong font
_ updates panel has the gray across, but nothing above the scrollbar
_ remove focus blue from the scrollable list
_ ugly white gap at the top of scroll bar
_ the table header doesn't extend far enough
_ scrolling "past" top/bottom causes the screen to jiggle (OS X and Trackpad)
_ looks like ContributionListing.getScrollableUnitIncrement() returns early