USEPA / emf

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

keys in pull-down menus mark window as dirty when nothing has changed #81

Open cseppan opened 2 years ago

cseppan commented 2 years ago

Steps to reproduce:

Edit a dataset's properties Click the Temporal Resolution pull-down menu to open up the list of options Works as expected: click on the already selected item or click on the disclosure triangle to close the menu, the window doesn't get marked as dirty If instead you hit the Escape key to close the menu, the window is incorrectly marked as dirty Similarly, if you hit Enter or Space to select the already selected item, the window is incorrectly marked as dirty

Leaving the menu by changing focus (either clicking somewhere else or hitting the Tab key) works as expected