mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix initial focus and note earlier fixes in todo.txt
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user