Skip to content

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

Closed
SethTisue opened this issue Jul 17, 2015 · 14 comments
Closed

Comments

@SethTisue
Copy link
Member

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

@Sciss
Copy link
Contributor

Sciss commented Dec 1, 2017

Are those tickets still visible somewhere - https://issues.scala-lang.org/browse/8495 etc. doesn't work any longer

@Sciss
Copy link
Contributor

Sciss commented Mar 17, 2018

I'm trying to sort out the invalid issues first.

SI-2069 MainFrame close function doesn't exit app

invalid / won't fix (see original comment).

SI-4905 Swing PopupMenu class

This issue has been fixed.

SI-7307 scala.swing.TextField.reactions suppresses all the keyboard events

The reporter missed to enable key events via listenTo(keys).

SI-7309 scala.swing.BorderPane.reactions suppresses FocusGained

The reporter missed to subscribe to the panel and/or enable focusability. Using listenTo(panel1) and panel1.focusable = true shows that it works.

SI-7597 Can't show a FileChooser over a Frame or a Dialog

Invalid / works-for-me

@Sciss
Copy link
Contributor

Sciss commented Apr 28, 2018

Fixed in #75:

SI-4823 Swing Table sorting doesn't map row index from view to model correctly

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

SI-4903 ComponentListener gets installed twice per Component #4903

is recreated as #97

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

SI-5381 scala.swing.TabbedPane.pages does not store its sub pages

I would judge as "out of scope". If someone wants to address this with a PR, fine. Definitely I would not consider it a bug.

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

SI-5492 Missing EditDone event from TextArea

I think it's not a such a good match; text components are traced using ValueChanged based on document changes, also there is no equivalent to the action-listener of text field. If the behaviour is needed, it's very easy to listen for FocusLost instead. So marking as won't fix.

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

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 text += x is text = text + x, and the initial text after setting to contentType html is a html document (<html><head> </head> <body> ... </body> </html>), so you're appending after the end of the body.

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

SI-7742 ListView.selection.indices has few methods

Marking as invalid. For example, poster says "is even impossible to get the individual index values". This is not true; for example you can say println(list.selection.indices.mkString(", ")); it behaves like a normal set.

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

SI-3259 Swing's SuperMixing enhancement

Marking as won't fix / too broad. There are already workarounds, for example you can call preferredSize_= to provide a user-defined size. You can already override paintComponent, and arguably overriding setBounds or getBounds is not a good idea. New issues should be opened instead for specific missing methods.

@Sciss
Copy link
Contributor

Sciss commented Apr 10, 2019

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.

@SethTisue
Copy link
Member Author

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?

@Sciss
Copy link
Contributor

Sciss commented Nov 17, 2020

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).

@SethTisue
Copy link
Member Author

issues on your list, transferred and reopened!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants