accessibility

2013-12-15 Thread Michał Zegan
Hello, I have the following question: Does javafx support or plan to support accessibility? Another question is: if it is planned, then for what release?

Fwd: Re: accessibility

2013-12-15 Thread Michał Zegan
Resending because of wrong recipient: -- Treść oryginalnej wiadomości -- Temat: Re: accessibility Data: Sun, 15 Dec 2013 17:05:55 +0100 Nadawca: Michał Zegan Adresat: Joe McGlynn Unless my informations are outdated, I know that at this time java fx 8 does not have any accessibility or

Re: accessibility

2013-12-17 Thread Michał Zegan
r accessibility in >> JDK9. If something is ready earlier, it is possible that it could appear in >> an earlier release. >> >> Thanks for being so patient with us. >> >> Steve >> >> >> On 2013-12-15 7:15 AM, Michał Zegan wrote: >>> >>> Hello, >>> >>> I have the following question: >>> Does javafx support or plan to support accessibility? >>> Another question is: if it is planned, then for what release? >>> >>> >> > > >

Re: Planning for JavaFX.next

2016-12-08 Thread Michał Zegan
Are there any plans for adding accessibility to linux systems? > On 8/12/2016 0:45, Jonathan Giles wrote: >> Hi folks, >> >> Development on JDK 9 is slowly starting to ramp down, and we are >> starting to turn our attention to the goals for JavaFX in JDK 10 and >> beyond. We are starting to compile

javafx linux accessibility

2017-12-30 Thread Michał Zegan
Hello. Any plans to add linux support for javafx accessibility for jdk10 or beyond? If not, is the public api enough for someone to write a 3'rd party module that would provide accessibility?

implementing javafx accessibility for linux

2018-10-26 Thread Michał Zegan
Hello, few questions: - is javafx accessibility support for windows/mac that is currently present in javafx being maintained? - what would be required for someone to implement javafx accessibility for other platforms such as linux? Is it supported by public api or does it require javafx modificatio

Re: implementing javafx accessibility for linux

2018-10-26 Thread Michał Zegan
and read the CONTRIBUTING [2] page. > > -- Kevin > > [1] https://github.com/javafxports/openjdk-jfx > [2] > https://github.com/javafxports/openjdk-jfx/blob/develop/.github/CONTRIBUTING.md > > > > On 10/26/2018 3:18 AM, Michał Zegan wrote: >> Hello, few questions:

accessibility testing

2015-01-26 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I have windows 8.1, screenreader nvda, java version jdk-1.8.0_20, how if at all possible can I test accessibility of javafx in it's current state? -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBAgAGBQJUxs/RAAoJEHb1CzgxXKwYHJIQAKqPlgiGZ

slightly ot: java9 runtime images

2015-05-06 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. Sorry for asking it here, but I have too many lists I subscribed to and I don't want to join a new one just to ask this one question: I heard that java9 will (or might) make it possible to create a runtime image of an application consisting of

Re: JavaFX features in JDK 9

2015-06-27 Thread Michał Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What about accessibility work? Work on it has been started, but not sure if it is still targetted for 9. W dniu 2015-06-27 o 20:16, Mike pisze: > a lot of FULL blown Webrtc support and building something in Javafx > (like Scene Builder) that Proves We

Re: JavaFX features in JDK 9

2015-06-29 Thread Michał Zegan
am wrong, or when this is going to be implemented. W dniu 2015-06-29 o 20:30, Kevin Rushforth pisze: > JavaFX accessibility is already implemented and was delivered in > JDK 8u40. > > -- Kevin > > > Michał Zegan wrote: What about accessibility work? Work on it has > be

Re: JavaFX features in JDK 9

2015-06-29 Thread Michał Zegan
ive. > > Custom controls can override the queryAccessibleAttribute, > executeAccessibleAction, and notifyAccessibleAttributeChanged > methods. > > As for platform support, we currently support Windows and Mac > platforms. We have no plan to make FX accessible on Linux . > > -- Ke

Re: Support "trust all" SSL context in OpenJFX 14

2020-04-07 Thread Michał Zegan
What about global SSLContext.setDefault()? maybe it doesn't apply of course. W dniu 07.04.2020 o 13:14, Lior Yaffe pisze: > Some background information on why we are facing the issue. > The internal implementation of WebView changed in OpenJFX 14 to use > HttpClient instead of Http(s)URLConnection