Re: 8134600 Can't pass ObservableList as argument using FXML

2016-04-21 Thread Kevin Rushforth
> Fix is applicable for both 7 and 8. I presume you mean both *9* and 8? -- Kevin Andrey Rusakov wrote: Hello, Everyone! Here is my small fix for FXML, JDK-8134600. The reason was ProxyBuilder.getUserValue where check for Collection class

Re: 8134600 Can't pass ObservableList as argument using FXML

2016-04-21 Thread Andrey Rusakov
Exactly 21.04.2016 18:08, Kevin Rushforth пишет: > Fix is applicable for both 7 and 8. I presume you mean both *9* and 8? -- Kevin Andrey Rusakov wrote: Hello, Everyone! Here is my small fix for FXML,JDK-8134600. The reason was ProxyBuild

8134600 Can't pass ObservableList as argument using FXML

2016-04-21 Thread Andrey Rusakov
Hello, Everyone! Here is my small fix for FXML,JDK-8134600. The reason was ProxyBuilder.getUserValue where check for Collection class was performed before check for ArrayListWrapper class, so check for ArrayListWrapper class could not be fulfil