Re: Image by CSS and popup size

2014-03-02 Thread Jeff Martin
Recently I had a problem where I wanted to show a popup centered about a node, so I used a little hack to trigger Window's sizing before it became visible: popup.setOpacity(0); popup.show(); popup.hide(); popup.setOpacity(1); I wonder what would happen if you added that line, then did a

hg: openjfx/8u-dev/rt: [TEST-ONLY] [RT-36035] remove lens check from EGalaxTest.testDoubleClick2

2014-03-02 Thread hang . vo
Changeset: a65b185a39c3 Author:Assaf Yavnai Date: 2014-03-02 10:22 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a65b185a39c3 [TEST-ONLY] [RT-36035] remove lens check from EGalaxTest.testDoubleClick2 Summary: After RT-35536 have been fixed there is no longer a reason t