nlisker
nlisker
What does "the bound is falsely computed" mean? What "could not catch mouse events"? Without a test case it's going to be near-impossible to understand the issue.
Without example code it's going to be impossible to say. Could be that the resource was disposed. Also, what is a "threshold of texture"?
@vlaaad You can report it at https://bugreport.java.com/bugreport/ and it will be moved to JBS.
A quick look at the code shows the following locations not handling `null`: * `com.sun.javafx.PlatformUtil.ListViewBehavior`: * `activate()` * `clearSelection()` * `mousePressed(MouseEvent e)` * `selectedIndicesListener` (in the lambda) * `selectFirstRow()` *...
I found [JDK-8090060](https://bugs.openjdk.java.net/browse/JDK-8090060), which could be a duplicate. > Is there such a thing somewhere? No, it was just to clarify what I meant. > Are you interested at PR...
> I think that the "at most" does cover the null case But the behavior of selection in such a case is not documented anywhere that I could find.
> BTW, as to the NONE mode: wouldn't that break compatibility? That's why I suggested: > I think that it might still be better to add the `NONE` selection model...
It should pass.
What you are looking for are [attenuation factors](https://docs.microsoft.com/en-us/windows/desktop/direct3d9/attenuation-and-spotlight-factor). These need to be added at the native graphics pipelines level, which is a good amount of work. I can help with...
SW is the software pipeline and it doesn't support 3D. Note that Apple are phasing out OpenGL support in favor of Metal. We'll need: * A concrete proposal of what...