On Thu, 23 Sep 2021 19:01:52 GMT, Marius Hanl wrote:
> This PR fixes an issue which is probably in JavaFX since VirtualFlow exists.
> While horizontal scrolling any VirtualFlow control the left blue border
> sometimes disappear/gets smaller. (see also image below)
>
> This can be fixed by **sna
On Fri, 21 May 2021 04:30:28 GMT, Michael Strauß wrote:
> This PR adds style themes as a first-class concept to OpenJFX. A style theme
> is a collection of stylesheets and the logic that governs them. Style themes
> can respond to OS notifications and update their stylesheets dynamically.
> Th
On Tue, 28 Sep 2021 21:01:13 GMT, Martin Fox wrote:
> There was a mismatch between the way `get_glass_key` generated the Java key
> code for a given key press and how `getKeyCodeForChar` determined the key
> code for the matching character. For example, when pressing the plus sign on
> a US ke
On Mon, 15 Nov 2021 20:13:11 GMT, Martin Fox wrote:
> The code that maps from a Windows virtual key code to a Java key code in
> `getKeyCodeForChar` did not match the similar code in
> `ViewContainer::HandleViewKeyEvent`. The OEM keys are assigned to printable
> punctuation and symbols in ways
On Thu, 19 May 2022 12:44:44 GMT, Paweł Kruszczyński wrote:
> `Stage` minimalizing (iconified state) cannot be disabled for the user. The
> same for `Stage` closable state.
> PR adds these features without breaking backward compatibility.
This pull request has been closed without being integrat
On Wed, 10 Aug 2022 10:06:21 GMT, Jay Bhaskar wrote:
> Issue: xml not well-formed error occurs at XML document parser.
> Issue: doEnd() call not needed for JAVA platform, as it is making
> XMLDocumentParserLibxml2 xml not well-formed error.
This pull request has been closed without being integr
Minor fixes and addition of missing sections:
- The 'system' font is missing from the list of generic font family names in
the section. ✓
- Explicitly add text color property -fx-fill to Text section, so as not to
confuse with Labeled -fx-text-fill ✓
- TextFlow section is missing, properties: -
On Wed, 19 Apr 2023 12:14:45 GMT, Johan Vos wrote:
> Only update the VirtualFlow parameters in case the size of a cell has changed.
>
> The fixes for JDK-8298728 and JDK-8277785 introduced an unconditional
> recalculation in case the size of a cell is set. This recalculation is only
> needed i
On Wed, 19 Apr 2023 12:14:45 GMT, Johan Vos wrote:
> Only update the VirtualFlow parameters in case the size of a cell has changed.
>
> The fixes for JDK-8298728 and JDK-8277785 introduced an unconditional
> recalculation in case the size of a cell is set. This recalculation is only
> needed i
On Sat, 20 May 2023 14:58:40 GMT, Kevin Rushforth wrote:
> Update the compiler on Windows to Visual Studio 2022 17.5.0. This provides
> the needed C++20 support for the next WebKit update.
>
> On Windows, the existing WebKit 615.1 build fails with Visual Studio 2022
> 17.5.0 -- see [JDK-830374
I have multiple reports of application freeze (spinning beach ball) when a
Dialog opened with showAndWait() is closed. The application does not
recover and must be terminated with force quit. No error logging is
produced.
This only occurs on a Mac, and is rare, but can be consistently reproduced
o
11 matches
Mail list logo