hg: openjfx/8u-dev/rt: RT-38221 [LineChart] Javafx 8 Line Chart does not plot data in order

2014-08-18 Thread martin . sladecek
Changeset: 14219b05f178 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-08-18 10:03 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/14219b05f178 RT-38221 [LineChart] Javafx 8 Line Chart does not plot data in order Reviewed by: snothov, kcr !

JavaFX 8 and TextFields

2014-08-18 Thread Dirk Dittert
Hi, I'm wondering about the design of TextFields in JavaFX 8. Why are they having a horizontal line through the input area? I find that this looks rather peculiar... I posted some screenshots here: http://d.dittert.org/E4D7EB53-D198-47AC-9230-53E9A23F6767/ One is from SceneBuilder 2.0-b20 on OS

Re: JavaFX 8 and TextFields

2014-08-18 Thread Anthony Petrov
Hi Dirk, This looks like a bug. Could you please verify if the latest 8u20 ea build works for you? You can download it at: http://jdk8.java.net/download.html If it still fails, please file a new bug at https://javafx-jira.kenai.com/secure/CreateIssue!default.jspa -- best regards, Anthony

Re: JavaFX 8 and TextFields

2014-08-18 Thread Eric Le Ponner
Dirk, Anothony, I’ve never observed this visual artifact on Mac OS 10.9 (.4) no matter it’s SB 2.0 (i.e. b20) or latest SB (with latest FX8dev code). Strange… Could it be related to the graphics pipeline ? What model of Mac are you using Dirk ? Eric Le 18 août 2014 à 15:34, Anthony Petrov

Re: JavaFX 8 and TextFields

2014-08-18 Thread Stephen F Northover
This seems to be the bug: https://javafx-jira.kenai.com/browse/RT-36987 It's quite a mystery. It's likely a shader problem but that's just a guess. Steve On 2014-08-18, 10:21 AM, Eric Le Ponner wrote: Dirk, Anothony, I’ve never observed this visual artifact on Mac OS 10.9 (.4) no matter

Re: JavaFX 8 and TextFields

2014-08-18 Thread Jeff Martin
I wonder if this is related to my rendering bug from last week, which also resulted in unexpected horizontal lines (boundary lines actually) when rendering on top of a background with an effect (assuming the textfield is possibly rendering something on a background with an inner shadow effect).

Re: hg: openjfx/8u-dev/rt: RT-38221 [LineChart] Javafx 8 Line Chart does not plot data in order

2014-08-18 Thread Kevin Rushforth
Hi Martin, This just missed the 1am Pacific cutoff (it was 3 minutes late), and as such, is not part of the build we are sanity testing this morning. Hopefully we will not have any critical issues and can just ignore this push for this week... -- Kevin martin.slade...@oracle.com wrote:

hg: openjfx/8u-dev/rt: RT-38345: [CSS] Warning messages from CSS on touch devices

2014-08-18 Thread david . grieve
Changeset: d7373a5e9cd9 Author:David Grievedavid.gri...@oracle.com Date: 2014-08-18 12:30 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d7373a5e9cd9 RT-38345: [CSS] Warning messages from CSS on touch devices Reviewed by: kevin, lisa !

Re: Text rendering on Windows

2014-08-18 Thread Felipe Heidrich
Hi John, 1) There are many different ways to configure DirectWrite, but without more details I can not tell what that is for your case. Maybe the first thing to try is to go to DWGlyph#createAnalysis() and changed the rendering mode from DWRITE_RENDERING_MODE_NATURAL to

Re: Text rendering on Windows

2014-08-18 Thread John C. Turnbull
Hi Felipe, Thanks for your prompt and informative response. I won't be able to get access to a Windows machine for another week or so but when I do I will gladly send you some screenshots. However, are you saying that this is the first time anyone has reported such a finding? There's no

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

2014-08-18 Thread Kevin Rushforth

hg: openjfx/8u/rt: 55 new changesets

2014-08-18 Thread kevin . rushforth
Changeset: de9dbcbc9885 Author:yjoan Date: 2014-08-11 13:28 +0200 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/de9dbcbc9885 [SCENEBUILDER] Metadata: ScrollPane property minViewPortWidth reads before minViewPortHeight in the Inspector !

Re: Text rendering on Windows

2014-08-18 Thread Richard Bair
I won't be able to get access to a Windows machine for another week or so but when I do I will gladly send you some screenshots. However, are you saying that this is the first time anyone has reported such a finding? There's no existing JIRA for this specific issue? I ask because even

Re: Text rendering on Windows

2014-08-18 Thread Kevin Rushforth
As for LCD on Canvas, I am very pleased that it is being addressed and even though I want it right now, JFX 9 fits fairly well with my timeline. Hopefully there will be preview releases to test in the not too distant future... Btw, as I mentioned in another thread we are looking to pull

Re: Text rendering on Windows

2014-08-18 Thread John C. Turnbull
Richard, I totally agree on the subjective nature of font appreciation but that's not really what I am highlighting here. What I am seeing is a difference between the quality of font rendering between JFX and native apps on the same machine with the same font etc. and the JFX rendering is

Re: Text rendering on Windows

2014-08-18 Thread John C. Turnbull
That's great to hear Kevin! On 18 Aug 2014, at 10:39 pm, Kevin Rushforth kevin.rushfo...@oracle.com wrote: As for LCD on Canvas, I am very pleased that it is being addressed and even though I want it right now, JFX 9 fits fairly well with my timeline. Hopefully there will be preview

Re: Text rendering on Windows

2014-08-18 Thread Kevin Rushforth
Can you file a JIRA and send screen-shots to Felipe? -- Kevin John C. Turnbull wrote: Richard, I totally agree on the subjective nature of font appreciation but that's not really what I am highlighting here. What I am seeing is a difference between the quality of font rendering between JFX

hg: openjfx/8u-dev/rt: Fix to RT-38351: [Gtk] Remove Failed in XOpenDisplay warning message

2014-08-18 Thread chien . yang
Changeset: ffedbb480817 Author:Chien Yang chien.y...@oracle.com Date: 2014-08-18 15:31 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/ffedbb480817 Fix to RT-38351: [Gtk] Remove Failed in XOpenDisplay warning message A trivial post commit fix, tagged kcr as reviewer. !

hg: openjfx/8u-dev/rt: [TOYS ONLY] Fix bad image file references in HelloDialogs sample code which was refactored incorrectly yesterday.

2014-08-18 Thread jonathan . giles
Changeset: 348f681e0717 Author:jgiles Date: 2014-08-19 10:46 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/348f681e0717 [TOYS ONLY] Fix bad image file references in HelloDialogs sample code which was refactored incorrectly yesterday. !

hg: openjfx/8u-dev/rt: 2 new changesets

2014-08-18 Thread jonathan . giles
Changeset: c3a8124d5cd6 Author:jgiles Date: 2014-08-19 12:50 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c3a8124d5cd6 RT-38321: [Dialogs] Fix layout issues ! modules/controls/src/main/java/javafx/scene/control/ChoiceDialog.java !

hg: openjfx/8u-dev/rt: RT-38322: [Dialogs] Externalise default graphic file references

2014-08-18 Thread jonathan . giles
Changeset: 7c9dd9130dac Author:jgiles Date: 2014-08-19 13:33 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7c9dd9130dac RT-38322: [Dialogs] Externalise default graphic file references ! modules/controls/src/main/java/javafx/scene/control/Alert.java !

hg: openjfx/8u-dev/rt: RT-38283: [Controls, Spinner] Add key binding to increment and decrement the Spinner

2014-08-18 Thread jonathan . giles
Changeset: b87aff6ddefa Author:jgiles Date: 2014-08-19 15:31 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b87aff6ddefa RT-38283: [Controls, Spinner] Add key binding to increment and decrement the Spinner !