cs340tabyu / cs340Winter2017

3 stars 0 forks source link

Buttons stay highlighted after mouse leaves them. #915

Open samh386 opened 7 years ago

samh386 commented 7 years ago

On the window for choosing an action, the buttons stay highlighted after my mouse leaves them. They stay that way until the window is closed (by choosing an action). See image 5 in the google doc.

ribsalad commented 7 years ago
  1. So if you click draw destination cards, does the turnStartPopupView close when the new popup opens?
  2. Are you long pressing and not releasing on the button?
  3. Is this just from you hovering over them, not clicking at all and then hovering elsewhere?

I see you are on Linux? Likely this is just a issue because we use java swings default system functionality, BUT we do override some functionality with windows in mind so it may not transfer correctly to your OS.

TODO: Joe: If possible see how to fix this, but because we did not design for non windows platforms in mind do not dwell on this.

samh386 commented 7 years ago
  1. Yes.
  2. No.
  3. Yes. It probably is just my system doing it. I'm running fluxbox, which tends to mess up GUI stuff on various applications.
ribsalad commented 7 years ago

Good to know! I'll look if there is a simple fix for sure! Otherwise it may not be worth it for this project ¯_(ツ)_/¯

ribsalad commented 7 years ago

There is not a simple fix for this issue, and as the project was not designed for Linux I am marking it as invalid. It does not effect functionality, though it is annoyingly misleading.