Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-08 Thread Stephen F Northover
If the code sample is small, then it can be pasted into comments. Otherwise, please contact the bug owner and he/she can attach the files. This is not optimal. I'm looking into getting attachments re-enabled for the JIRA. Steve On 2014-01-07 5:28 PM, Florian Brunner wrote: Hi Steve, Ok, I

Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-07 Thread Florian Brunner
Hi Steve, Ok, I've reported the issue here: https://javafx-jira.kenai.com/browse/RT-35208 I even have a small sample application with a small custom control showing the issue, but I don't have an option to add an attachement to the issue in Jira... -Florian Am Freitag, 3. Januar 2014, 11.23:03

Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-03 Thread Stephen F Northover
Hi Florian, I would enter a JIRA with the steps to make the problem happen and the smallest possible example code that shows it. Thanks, Steve On 2014-01-02 5:10 PM, Florian Brunner wrote: I also tried to add a listener directly to control.getDockingSplitPaneChildren() in case the issue is

Re: Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-02 Thread Florian Brunner
I also tried to add a listener directly to control.getDockingSplitPaneChildren() in case the issue is with Bindings.bindContent, but also this listener doesn't get called. member: private final ListChangeListener dockingSplitPaneChildrenListener = new ListChangeListener() { @Overr

Regression: JavaFX 8 doesn't call listeners in Skin implementations

2014-01-02 Thread Florian Brunner
Hi, I'm in the process of upgrading Drombler FX to JavaFX 8 and hit another regression issue: JavaFX 8 doesn't call listeners in my Skin implementation (it used to work with JavaFX 2.x !) Here is the Skin implementation: https://sourceforge.net/p/drombler/drombler-fx/ci/default/tree/drombler-f