doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

Opening report > 1 time in a row results in warnings #55

Closed Death111 closed 4 years ago

Death111 commented 4 years ago
  1. Click report button
  2. Close report
  3. Click report button
  4. look at logs

Logs contain entries like: 22:55:29.126 [JavaFX Application Thread] WARN javafx.css - Could not resolve '-fx-text-base-color' while resolving lookups for '-fx-text-fill' from rule '.button' in stylesheet jar:file:/path to javahome*/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss

think this was introduced with the treeview control

JSchraff commented 4 years ago

known bug in java 8 https://bugs.openjdk.java.net/browse/JDK-8182152 but no intention to resolve

JSchraff commented 4 years ago

opening 3rd time no buttons visible, looking for workaround

Death111 commented 4 years ago

Fixed with #61