-
Notifications
You must be signed in to change notification settings - Fork 47
community: open issues here for any significant old issue from JIRA #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are those tickets still visible somewhere - https://issues.scala-lang.org/browse/8495 etc. doesn't work any longer |
I'm trying to sort out the invalid issues first. SI-2069 MainFrame close function doesn't exit appinvalid / won't fix (see original comment). SI-4905 Swing PopupMenu classThis issue has been fixed. SI-7307 scala.swing.TextField.reactions suppresses all the keyboard eventsThe reporter missed to enable key events via SI-7309 scala.swing.BorderPane.reactions suppresses FocusGainedThe reporter missed to subscribe to the panel and/or enable focusability. Using SI-7597 Can't show a FileChooser over a Frame or a DialogInvalid / works-for-me |
Fixed in #75: SI-4823 Swing Table sorting doesn't map row index from view to model correctly |
SI-4903 ComponentListener gets installed twice per Component #4903is recreated as #97 |
SI-5381 scala.swing.TabbedPane.pages does not store its sub pagesI would judge as "out of scope". If someone wants to address this with a PR, fine. Definitely I would not consider it a bug. |
SI-5492 Missing EditDone event from TextAreaI think it's not a such a good match; text components are traced using |
SI-5701 EditorPane problem with text/html -- contents is blank/OK based on how assigned to 'text'Marking as invalid. The "bug" example given does not work, because |
SI-7742 ListView.selection.indices has few methodsMarking as invalid. For example, poster says "is even impossible to get the individual index values". This is not true; for example you can say |
SI-3259 Swing's SuperMixing enhancementMarking as won't fix / too broad. There are already workarounds, for example you can call |
As far as I can see, that leaves the following issues valid/open:
Note re 1613, 2154, 3319: improved ComboBox and a GroupPanel are part of my SwingPlus library. It would be good to clean them up and integrate them in scala-swing at some point. |
now that GitHub allows issues to be relocated within the same organization, it would be possible to simply move those tickets here. @Sciss does your level of access in the scala org permit you to do that? if not, would you like me to do it? |
No, I don't have admin rights for those issues (I don't see the 'Lock conversation', 'Pin issue' 'Transfer issue', 'Delete issue' buttons below participants). |
issues on your list, transferred and reopened! |
today I closed the following scala-swing tickets in the Scala JIRA instance:
8495, 7827, 7742, 7738, 7597, 7309, 7307, 5701, 5616, 5492, 5381, 4998, 4905, 4904, 4903, 4823, 4078, 3933, 3823, 3557, 3335, 3319, 3259, 2362, 2154, 2069, 1824, 1613
many of these ought to become issues here in this repo on GitHub. interested community members are invited to open new issues for them here, with links in both directions
The text was updated successfully, but these errors were encountered: