Code Monkey home page Code Monkey logo

Comments (14)

SethTisue avatar SethTisue commented on May 26, 2024 1

issues on your list, transferred and reopened!

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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

from scala-swing.

SethTisue avatar SethTisue commented on May 26, 2024

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

Fixed in #75:

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

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

SI-4903 ComponentListener gets installed twice per Component #4903

is recreated as #97

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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.

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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.

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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.

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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.

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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.

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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.

from scala-swing.

SethTisue avatar SethTisue commented on May 26, 2024

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?

from scala-swing.

Sciss avatar Sciss commented on May 26, 2024

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

from scala-swing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.