Gabriel95 / scalafx

Automatically exported from code.google.com/p/scalafx
Other
0 stars 0 forks source link

JavaFX 8 b108 introduced new properties and enum in PopupWindows - tests fail #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The existing tests PopupWindowsSpec test to fail:

A PopupWindow:
 - should implement all the JavaFX properties *** FAILED ***
   Missing Properties: anchorLocation, anchorX, anchorY ...

There is also new `AnchorLocation` that is needed to implement the new 
`anchorLocation` property.

Original issue reported on code.google.com by jpsacha on 24 Sep 2013 at 1:25

GoogleCodeExporter commented 8 years ago

Original comment by jpsacha on 24 Sep 2013 at 1:27

GoogleCodeExporter commented 8 years ago

Original comment by jpsacha on 24 Sep 2013 at 2:17