USEPA / emf

Emissions Modeling Framework (EMF)
6 stars 3 forks source link

no focus in Downloads window after refresh #58

Closed cseppan closed 3 years ago

cseppan commented 3 years ago

Same issue as #57

cseppan commented 3 years ago

Same fix as noted in issue #57

Commit 8e748d26c57b275584c7d95b6e97da7aa370724b adds refreshButton.requestFocusInWindow() at the end of the refresh process.

cseppan commented 3 years ago

Focus change shouldn't happen on automatic refreshes, only when the user clicks the Refresh button

cseppan commented 3 years ago

Commit fb2b477029a9fbb570d8478c20b61f04d7f62d60 updates the code to only request focus on the Refresh button when the Donwloads window is currently selected.