On Tue, 14 Feb 2023 16:03:52 GMT, John Hendrikx wrote:
>> This contains the following:
>> - Nested changes or invalidations using ExpressionHelper are delayed until
>> the current emission completes
>> - This fixes odd change events being produced (with incorrect oldValue)
>> - Also fixes a
On Tue, 14 Feb 2023 16:03:52 GMT, John Hendrikx wrote:
>> This contains the following:
>> - Nested changes or invalidations using ExpressionHelper are delayed until
>> the current emission completes
>> - This fixes odd change events being produced (with incorrect oldValue)
>> - Also fixes a
On Tue, 31 Jan 2023 10:30:22 GMT, Jose Pereda wrote:
> This PR simply applies the patch from
> [JDK-8218914](https://bugs.openjdk.org/browse/JDK-8218914) that solved the
> same issue for the JDK.
>
> I've tested it on Windows 11 (Version 22H2 Build 22621.1105).
>
> I have the Roboto font ins
On Tue, 14 Feb 2023 18:19:17 GMT, Hima Bindu Meda wrote:
> Cherry-pick stabilisation fixes till 2.38.4.
> Verified unit tests and drt. No issue observed.
Reviewers: @kevinrushforth and @johanvos or @tiainen
@jaybhaskar Can you also take a look?
-
PR: https://git.openjdk.org/jfx/p
Cherry-pick stabilisation fixes till 2.38.4.
Verified unit tests and drt. No issue observed.
-
Commit messages:
- Cherry-pick WebKit 614.1 stabilization fixes till 2.38.4
Changes: https://git.openjdk.org/jfx/pull/1033/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1033&rang
On Sun, 5 Feb 2023 20:11:35 GMT, John Hendrikx wrote:
> I don't think we should care about depth-first, breadth-first. The only thing
> that I think is important here is that the contract of ChangeListener is
> respected. I think that that contract should be:
...
I'll be more concrete. Here is
Split off from https://github.com/openjdk/jfx/pull/837
This uses a precompiled regex pattern and cleans up the code in
WebColorFieldSkin a bit.
-
Commit messages:
- Use a precompiled Pattern and simplify code
Changes: https://git.openjdk.org/jfx/pull/1032/files
Webrev: https://we
> This contains the following:
> - Nested changes or invalidations using ExpressionHelper are delayed until
> the current emission completes
> - This fixes odd change events being produced (with incorrect oldValue)
> - Also fixes a bug in ExpressionHelper where a nested change would unlock
>
On Tue, 14 Feb 2023 14:35:23 GMT, Ambarish Rapte wrote:
>> John Hendrikx has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains four commits:
>>
>> - Add copyright header
>> - Merge branch 'master' of https://git.openjdk.org/jfx into
> This contains the following:
> - Nested changes or invalidations using ExpressionHelper are delayed until
> the current emission completes
> - This fixes odd change events being produced (with incorrect oldValue)
> - Also fixes a bug in ExpressionHelper where a nested change would unlock
>
On Sun, 11 Dec 2022 20:12:17 GMT, John Hendrikx wrote:
> Packages fixed:
> - com.sun.javafx.binding
> - com.sun.javafx.collections
> - javafx.beans
> - javafx.beans.binding
> - javafx.collections
> - javafx.collections.transformation
This pull request has now been integrated.
Changeset: d1572f4
On Wed, 8 Feb 2023 14:54:52 GMT, John Hendrikx wrote:
>> This contains the following:
>> - Nested changes or invalidations using ExpressionHelper are delayed until
>> the current emission completes
>> - This fixes odd change events being produced (with incorrect oldValue)
>> - Also fixes a b
On Sun, 12 Feb 2023 21:49:11 GMT, John Hendrikx wrote:
>> Packages fixed:
>> - com.sun.javafx.binding
>> - com.sun.javafx.collections
>> - javafx.beans
>> - javafx.beans.binding
>> - javafx.collections
>> - javafx.collections.transformation
>
> John Hendrikx has updated the pull request increment
On Tue, 14 Feb 2023 09:54:19 GMT, John Hendrikx wrote:
> Okay, I found the use case you had, apparently you want to be able to show
> dialogs from an uncaught exception handler which could trigger when an
> exception occurs during layout. When it returns `false` you use
> `Platform.runLater`,
On Mon, 23 Jan 2023 20:40:23 GMT, Jose Pereda wrote:
> Given a TableView with multiple and cell selection modes enabled, three
> different but closely related issues are tackled with this PR:
>
> - Selection history, that is used to backtrack deselection of cells, removes
> deselected cells, s
On Mon, 13 Feb 2023 00:15:04 GMT, Thiago Milczarek Sayao
wrote:
>> This cleans size and positioning code, reducing special cases, code
>> complexity and size.
>>
>> Changes:
>>
>> - cached extents: 28, 1, 1, 1 are old defaults - modern gnome uses different
>> sizes. It does not assume any si
On Mon, 13 Feb 2023 00:15:04 GMT, Thiago Milczarek Sayao
wrote:
>> This cleans size and positioning code, reducing special cases, code
>> complexity and size.
>>
>> Changes:
>>
>> - cached extents: 28, 1, 1, 1 are old defaults - modern gnome uses different
>> sizes. It does not assume any si
On Fri, 10 Feb 2023 05:28:07 GMT, Karthik P K wrote:
>> While checking for duplicate series addition to the line chart,
>> `setToRemove` value was not considered before throwing exception. Hence code
>> to handling the case of adding the removed series was never run.
>>
>> Added condition to c
On Mon, 30 Jan 2023 12:21:38 GMT, Karthik P K wrote:
> While checking for duplicate series addition to the line chart, `setToRemove`
> value was not considered before throwing exception. Hence code to handling
> the case of adding the removed series was never run.
>
> Added condition to check
On Mon, 13 Feb 2023 19:31:56 GMT, Marius Hanl wrote:
> This PR adds the last missing method for dealing with nested event loops.
> As also written in the ticket, there is currently no (public) way to find out
> whether it is safe to start an event loop now or not.
> Classes like `Dialog` check v
On Mon, 13 Feb 2023 19:31:56 GMT, Marius Hanl wrote:
> This PR adds the last missing method for dealing with nested event loops.
> As also written in the ticket, there is currently no (public) way to find out
> whether it is safe to start an event loop now or not.
> Classes like `Dialog` check v
21 matches
Mail list logo