Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

Some dialogs produce an audible beep when closed on Mac #87

Open moirage opened 7 years ago

moirage commented 7 years ago

The following a JavaFX bug, so I reported it to Oracle. See https://javafx-jira.kenai.com/browse/RT-40433 When you close some dialogs, such as the one that appears when you change order of indexing of bits and are asked whether you want to change existing micros, a beep is heard. The beep should be removed. I think it is caused by a modal dialog opened by another modal dialog. When you close the top modal dialog by clicking OK or Cancel, the bottom modal dialog causes a beep. This is Mac-specific. I couldn’t get the beep to occur on Windows.