Re: Text cut off in new Dialogs API

2014-11-17 Thread Jonathan Giles
I've filed https://javafx-jira.kenai.com/browse/RT-39422 -- Jonathan On 18/11/2014 5:00 a.m., Kevin Rushforth wrote: Please file a JIRA. -- Kevin Robert Lichtenberger wrote: I hope this is the right place to post bugs to. If not, please accept my apologies and advise where to post bugs. I

8u-dev unlocked following this week's sanity testing

2014-11-17 Thread Kevin Rushforth

[8u40] Post commit notification: RT-39336 [JFXPanel] Two popup windows in WebEngine on OS X 10.10

2014-11-17 Thread Anton Tarasov
Hi Vadim, Kevin, A post commit notification for the following: https://javafx-jira.kenai.com/browse/RT-39336 http://cr.openjdk.java.net/~ant/RT-39336/webrev.0 Thanks, Anton.

[8u40] Review request for RT-39035: [TableView] TableView vertical mouse wheel scrolling does not go to the bottom (screen at a time or fast wheel setting)

2014-11-17 Thread Vadim Pakhnushev
Hi Jonathan, Kevin, Please review the fix: https://javafx-jira.kenai.com/browse/RT-39035 http://cr.openjdk.java.net/~vadim/RT-39035/webrev.00/ Thanks, Vadim

Re: Text cut off in new Dialogs API

2014-11-17 Thread Kevin Rushforth
Please file a JIRA. -- Kevin Robert Lichtenberger wrote: I hope this is the right place to post bugs to. If not, please accept my apologies and advise where to post bugs. I've just tried the upcoming (u40) new Dialogs API (good job, BTW, looks/feels great) and noticed that long content text

Re: What Scene Builder needs YESTERDAY!

2014-11-17 Thread Richard Bair
I’m afraid at this time there are no plans for adding an animation/transition effect editor to Scene Builder, certainly not in the short-term. Thanks Richard > On Nov 13, 2014, at 7:34 PM, Felix Bembrick wrote: > > Java applets were the first "programs" to run inside a web browser and for > a

Re: Monocle in 8u25

2014-11-17 Thread ngalarneau
Hi Benjamin, Your progress sounds very good! In your email below, you said: "Also I thought that events with Platform.runLater() will be processed first-in-first-out, but it seems that this is not the case." Kevin, on an email on Nov. 5th to this list, said that the only exception to Platform

Text cut off in new Dialogs API

2014-11-17 Thread Robert Lichtenberger
I hope this is the right place to post bugs to. If not, please accept my apologies and advise where to post bugs. I've just tried the upcoming (u40) new Dialogs API (good job, BTW, looks/feels great) and noticed that long content texts will be cut off (elipsis). Here's an example: import ja