Changes between Initial Version and Version 1 of Ticket #18747, comment 3


Ignore:
Timestamp:
2020-02-25T22:41:27+01:00 (6 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18747, comment 3

    initial v1  
    33Current known bugs (in my working tree):
    44
    5 1) DatePicker objects can be tabbed to, but not out of -- tab will instead toggle the DialogsPanel. I haven't tried other components yet.
    6 2) There are a few UI issues, but I don't know if it is due to the surrounding Swing code
    7 3) There is an issue in the current patch where, if there wasn't a JavaFX call prior, an exception occurs. I'm thinking about modifying the constructor so that a class can be passed, but then there are possible thrown exceptions. I can probably suppress and log them, since they shouldn't happen (tm).
     51) ~~DatePicker objects can be tabbed to, but not out of -- tab will instead toggle the DialogsPanel. I haven't tried other components yet.~~
     62) ~~There are a few UI issues, but I don't know if it is due to the surrounding Swing code~~
     73) ~~There is an issue in the current patch where, if there wasn't a JavaFX call prior, an exception occurs. I'm thinking about modifying the constructor so that a class can be passed, but then there are possible thrown exceptions. I can probably suppress and log them, since they shouldn't happen (tm).~~