[9] review request: JDK-8146512 Table Borders are not drawn properly

2016-01-05 Thread Murali Billa
Hi Kevin, Alexander, Guru, Please review the fix for below issue : JIRA: https://bugs.openjdk.java.net/browse/JDK-8146512 Webrev: http://cr.openjdk.java.net/~arajkumar/murali/8146512/webrev.00/ Root Cause: Table Borders are not drawn properly in web sites like wikipedia. The

[9] Review request: 8145604: Change minimum version of OS X SDK to 10.9

2016-01-05 Thread Kevin Rushforth
Please review the following change to the OS X build files to require a minimum version of SDK 10.9. https://bugs.openjdk.java.net/browse/JDK-8145604 http://cr.openjdk.java.net/~kcr/8145604/webrev.01/ The bulk of the changes are in media, so anyone who wishes to test this should do: gradle -

Re: including fonts

2016-01-05 Thread Tom Eugelink
You are right, the PrismFontLoader is used to load the font. I was mistaken because of the use of the Toolkit class. Interestingly, in PrismFontFactory a text is appended to the family if the font is italic or bold (e.g. Roboto italic.italic). So the information is recorded. I need to dig deep

Re: Full Screen Mode in JavaFX WebView

2016-01-05 Thread Kevin Rushforth
That might work, if implementing it directly turns out to be too much effort or is not a good fit. -- Kevin BoydEdmondson-NebulaSoftware wrote: My theory is that one's Java code could override the JavaScript callbacks (defined at https://fullscreen.spec.whatwg.org, such as "element.requestFu

Re: including fonts

2016-01-05 Thread Philip Race
Hi, That was a bit too vague for me to know what you mean. Also there is no relationship with "AWT" (actually "Java 2D") fonts. The Java FX API and implementation is completely independent of anything in the core Java SE platform. One point that might not have been clear enough is that you shoul

Result: New OpenJFX Committer: Johan Vos

2016-01-05 Thread David Hill
Voting for Johan Vos to OpenJFX Committer [1] is now closed. Yes: 11 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Dave [1] http://mail.openjdk.java.net/pipermail/openjfx-dev/2014-May/013881.html -- David Hill Java Em

RE: Full Screen Mode in JavaFX WebView

2016-01-05 Thread BoydEdmondson-NebulaSoftware
My theory is that one's Java code could override the JavaScript callbacks (defined at https://fullscreen.spec.whatwg.org, such as "element.requestFullscreen()" and "document.exitFullscreen()") and make the Stage go full screen and possibly do JavaScript on the element to style it with "width=10

Re: Full Screen Mode in JavaFX WebView

2016-01-05 Thread Dr. Michael Paus
If I navigate with my WebView to a page with an embedded video player, like for example youtube, and I then hit the full-screen button of this player how would my application know that the web page would now like to be shown in full-screen mode, so that I can handle that in the way you explained

Re: Full Screen Mode in JavaFX WebView

2016-01-05 Thread Kevin Rushforth
Thank you for filing the RFE. Since WebView is an embedded component in a JavaFX scene graph, I'm not sure how easily we can (or whether we want to) implement browser full screen, but we can take a look at it and see whether it makes sense as a future enhancement. Note that a JavaFX applicatio

Re: including fonts

2016-01-05 Thread Tom Eugelink
It should, but it does not. It seems the whole font management is based on AWT Font and that is missing a lot of CSS features. Tom On 4-1-2016 22:46, Phil Race wrote: Hi, I'm not certain I understand what it is that is missing. I don't think Font.loadFont would need to accept the CSS paramete

RE: Full Screen Mode in JavaFX WebView

2016-01-05 Thread BoydEdmondson-NebulaSoftware
http://bugs.java.com, ID's of JI-9028282 and JI-9028283. Boyd -Original Message- From: BoydEdmondson-NebulaSoftware Sent: January 5, 2016 5:31 AM To: 'Guru Hb' Cc: 'openjfx-dev@openjdk.java.net' Subject: RE: Full Screen Mode in JavaFX WebView setPrefWidth/Height() do not help. I submit

RE: Full Screen Mode in JavaFX WebView

2016-01-05 Thread BoydEdmondson-NebulaSoftware
setPrefWidth/Height() do not help. I submitted a request for enhancement to support https://fullscreen.spec.whatwg.org. I submitted a bug for WebView hanging on http://browserbench.org/JetStream compliance test. Boyd -Original Message- From: BoydEdmondson-NebulaSoftware Sent: Janua

RE: Review Request for 8090160 8090252 8089111

2016-01-05 Thread Ankit Srivastava
Hi Kevin, Alexander, Please review the fix for below JIRA defects : JIRA: https://bugs.openjdk.java.net/browse/JDK-8090160?filter=-1 JIRA: https://bugs.openjdk.java.net/browse/JDK-8090252?filter=-1 JIRA: https://bugs.openjdk.java.net/browse/JDK-8089111?filter=-1