On Wed, 5 Mar 2025 18:19:53 GMT, Andy Goryachev wrote:
>> Allows MenuBar to be created in a background thread by delaying
>> MenuBarSkin::rebuildUI() call until after the MenuBar becomes a part of the
>> scene graph.
>
> Andy Goryachev has updated the pull request with a new target base due to
On Tue, 1 Apr 2025 14:36:39 GMT, Jayathirth D V wrote:
>> Andy Goryachev has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains six additional
>> commi
On Fri, 28 Mar 2025 08:56:36 GMT, Jayathirth D V wrote:
> SwingNodePlatformExitCrashTest hangs while running on wayland, we need to
> skip this test on wayland until https://bugs.openjdk.org/browse/JDK-8350009
> is fixed.
I ran the test multiple times with wayland and JDK 24 on Ubuntu24.04 and
On Tue, 1 Apr 2025 06:36:24 GMT, Ambarish Rapte wrote:
> Issue:
> The test execution fails when a relative path is specified a relative path
> for `TEST_SDK_PATH`.
> For example:
> 1. gradle -PTEST_ONLY=true -PTEST_SDK_PATH=**..**/jfx1/build test
> 2. gradle -PTEST_ONLY=true -PTEST_SDK_PATH=**~
On Mon, 31 Mar 2025 17:49:59 GMT, Martin Fox wrote:
>> There is an undocumented limit on nesting calls to CFRunLoopRun (or the
>> equivalent wrapper NSRunLoop methods). When the limit is hit the OS
>> terminates the Java app. The situation arises when a JavaFX app creates too
>> many nested ev
On Mon, 31 Mar 2025 17:48:50 GMT, Oliver Schmidtmer
wrote:
>> Windows programs may reuse a clipboard buffer that is larger than the new
>> content. In this case de NUL terminator is not at the end of the buffer, but
>> within it.
>> The current implementation copys the whole buffer into a tex
On Tue, 1 Apr 2025 19:51:16 GMT, Kevin Rushforth wrote:
>> Andy Goryachev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> data url
>
> tests/system/src/test/java/test/util/ScreenCaptureTestWatcher.java line 59:
>
>> 57: public void
On Tue, 1 Apr 2025 20:11:13 GMT, Kevin Rushforth wrote:
> This suggests that the test watcher doesn't get called until after the
> @AfterEach method has run.
That's entirely possible. I suppose one can register a
Thread::uncaughtExceptionHandler and call a static method, something like
Scree
On Mon, 31 Mar 2025 18:35:03 GMT, Andy Goryachev wrote:
>> Introduce a facility, in the form of JUnit5 annotation, to allow for
>> capturing a desktop screenshot of a failed test.
>>
>> The primary intent is to be able to debug an intermittent test case, rather
>> than wholesale addition of th
I just tried a test bug report at bugreport.java.com and it is working
for me. Can you try again?
If it still fails to work for you, let me know and I can ask someone to
take a look at it.
-- Kevin
On 4/1/2025 3:49 AM, Dahlberg, Magnus wrote:
Hi,
I'm trying to report a bug with JavaFx 21.0
On Fri, 21 Mar 2025 20:56:01 GMT, Martin Fox wrote:
> There is an undocumented limit on nesting calls to CFRunLoopRun (or the
> equivalent wrapper NSRunLoop methods). When the limit is hit the OS
> terminates the Java app. The situation arises when a JavaFX app creates too
> many nested event
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik wrote:
> There was a scrolling issue with multiline edit control with text controls at
> the top of the edit box
> [JDK-8245602](https://bugs.openjdk.org/browse/JDK-8245602),
>
> We replaced the ScrollPane with VBox control as the parent of the h
On Sat, 22 Mar 2025 12:20:17 GMT, John Hendrikx wrote:
> This PR will forward more Label calculations to LabeledSkinBase, as they are
> quite complex, especially when a Graphic is involved which is a full-fledged
> `Node`. More specifically, this solves issues with TitledPane when the
> graphi
On Wed, 5 Mar 2025 18:19:53 GMT, Andy Goryachev wrote:
>> Allows MenuBar to be created in a background thread by delaying
>> MenuBarSkin::rebuildUI() call until after the MenuBar becomes a part of the
>> scene graph.
>
> Andy Goryachev has updated the pull request with a new target base due to
On Tue, 1 Apr 2025 17:31:14 GMT, Jose Pereda wrote:
> Note: The JBS issue
> [JDK-8207333](https://bugs.openjdk.org/browse/JDK-8207333) refers to Linux,
> but it happens on macOS too.
>
> When a TableColumn has a ContextMenu, if the user right clicks on the
> tableColumnHeader, the ContextMen
On Wed, 5 Mar 2025 18:19:53 GMT, Andy Goryachev wrote:
>> Allows MenuBar to be created in a background thread by delaying
>> MenuBarSkin::rebuildUI() call until after the MenuBar becomes a part of the
>> scene graph.
>
> Andy Goryachev has updated the pull request with a new target base due to
On Wed, 5 Mar 2025 18:19:53 GMT, Andy Goryachev wrote:
>> Allows MenuBar to be created in a background thread by delaying
>> MenuBarSkin::rebuildUI() call until after the MenuBar becomes a part of the
>> scene graph.
>
> Andy Goryachev has updated the pull request with a new target base due to
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik wrote:
> There was a scrolling issue with multiline edit control with text controls at
> the top of the edit box
> [JDK-8245602](https://bugs.openjdk.org/browse/JDK-8245602),
>
> We replaced the ScrollPane with VBox control as the parent of the h
On Tue, 1 Apr 2025 15:51:07 GMT, Jayathirth D V wrote:
> SwingNodePlatformExitCrashTest hangs on Ubuntu 24.04 and wayland when we use
> < JDK 24.
>
> This is happening because of issue identified in
> https://bugs.openjdk.org/browse/JDK-8335468 and it is fixed in JDK 24.
> So we need to run th
Note: The JBS issue [JDK-8207333](https://bugs.openjdk.org/browse/JDK-8207333)
refers to Linux, but it happens on macOS too.
When a TableColumn has a ContextMenu, if the user right clicks on the
tableColumnHeader, the ContextMenu shows up, but, as described on the issue, on
macOS and Linux, th
On Tue, 1 Apr 2025 17:31:14 GMT, Jose Pereda wrote:
> Note: The JBS issue
> [JDK-8207333](https://bugs.openjdk.org/browse/JDK-8207333) refers to Linux,
> but it happens on macOS too.
>
> When a TableColumn has a ContextMenu, if the user right clicks on the
> tableColumnHeader, the ContextMen
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik wrote:
> There was a scrolling issue with multiline edit control with text controls at
> the top of the edit box
> [JDK-8245602](https://bugs.openjdk.org/browse/JDK-8245602),
>
> We replaced the ScrollPane with VBox control as the parent of the h
> Introduce a facility, in the form of JUnit5 annotation, to allow for
> capturing a desktop screenshot of a failed test.
>
> The primary intent is to be able to debug an intermittent test case, rather
> than wholesale addition of the new annotation to all the tests.
>
> The log contains a base
On Tue, 1 Apr 2025 21:17:35 GMT, Andy Goryachev wrote:
> We might still provide general purpose methods in ScreenCapture (new class)
> like
That might work. So the idea would be a utility class not tied to a JUnit5
annotation? The usage would then be adding a call to that while debugging a
te
On Tue, 1 Apr 2025 12:31:03 GMT, Kevin Rushforth wrote:
>> Issue:
>> The test execution fails when a relative path is specified a relative path
>> for `TEST_SDK_PATH`.
>> For example:
>> 1. gradle -PTEST_ONLY=true -PTEST_SDK_PATH=**..**/jfx1/build test
>> 2. gradle -PTEST_ONLY=true -PTEST_SDK_P
SwingNodePlatformExitCrashTest hangs on Ubuntu 24.04 and wayland when we use <
JDK 24.
This is happening because of issue identified in
https://bugs.openjdk.org/browse/JDK-8335468 and it is fixed in JDK 24.
So we need to run this test on wayland only when we use JDK 24 or later.
Test is updated
On Wed, 5 Mar 2025 18:19:53 GMT, Andy Goryachev wrote:
>> Allows MenuBar to be created in a background thread by delaying
>> MenuBarSkin::rebuildUI() call until after the MenuBar becomes a part of the
>> scene graph.
>
> Andy Goryachev has updated the pull request with a new target base due to
Further additions to the MonkeyTester application:
- platform preferences monitor
- improved pages: hbox, vbox
- improved css playground
- mouse listener option in some context menus
- additional choices: background
- additional properties: Node::clip, Region::shape,
TextInputControl::textFormatt
On Mon, 31 Mar 2025 17:48:50 GMT, Oliver Schmidtmer
wrote:
>> Windows programs may reuse a clipboard buffer that is larger than the new
>> content. In this case de NUL terminator is not at the end of the buffer, but
>> within it.
>> The current implementation copys the whole buffer into a tex
On Tue, 25 Feb 2025 13:25:07 GMT, Oliver Schmidtmer
wrote:
> Windows programs may reuse a clipboard buffer that is larger than the new
> content. In this case de NUL terminator is not at the end of the buffer, but
> within it.
> The current implementation copys the whole buffer into a text fi
On Mon, 31 Mar 2025 18:29:21 GMT, Martin Fox wrote:
> Before a window is maximized glass records its existing size and location.
> This rectangle is stored in native screen coordinates. Compared to Java
> screen coordinates native coordinates are flipped along the Y axis.
>
> When the window i
On Wed, 5 Mar 2025 18:19:53 GMT, Andy Goryachev wrote:
>> Allows MenuBar to be created in a background thread by delaying
>> MenuBarSkin::rebuildUI() call until after the MenuBar becomes a part of the
>> scene graph.
>
> Andy Goryachev has updated the pull request with a new target base due to
On Tue, 1 Apr 2025 06:47:59 GMT, Gopal Pattnaik wrote:
> There was a scrolling issue with multiline edit control with text controls at
> the top of the edit box
> [JDK-8245602](https://bugs.openjdk.org/browse/JDK-8245602),
>
> We replaced the ScrollPane with VBox control as the parent of the h
On Mon, 31 Mar 2025 23:11:42 GMT, Andy Goryachev wrote:
> Further additions to the MonkeyTester application:
>
> - platform preferences monitor
> - improved pages: hbox, vbox
> - improved css playground
> - mouse listener option in some context menus
> - additional choices: background
> - additi
On Tue, 1 Apr 2025 17:31:14 GMT, Jose Pereda wrote:
> Note: The JBS issue
> [JDK-8207333](https://bugs.openjdk.org/browse/JDK-8207333) refers to Linux,
> but it happens on macOS too.
>
> When a TableColumn has a ContextMenu, if the user right clicks on the
> tableColumnHeader, the ContextMen
On Tue, 1 Apr 2025 17:51:15 GMT, Andy Goryachev wrote:
> The only way this functionality is suppressed is when
> glass.disableThreadChecks system property is set to true.
There is no easy way to set this, so I'm almost certain that isn't the case
here. Jay can confirm, but I think there is a m
On Mon, 31 Mar 2025 18:35:03 GMT, Andy Goryachev wrote:
>> Introduce a facility, in the form of JUnit5 annotation, to allow for
>> capturing a desktop screenshot of a failed test.
>>
>> The primary intent is to be able to debug an intermittent test case, rather
>> than wholesale addition of th
On Mon, 31 Mar 2025 16:59:31 GMT, Andy Goryachev wrote:
>> Hmm. That isn't what I thought we were doing. I thought the idea was to
>> annotate most (if not all all) screen capture tests, qualified by a system
>> property, enable that property in our CI test runs, so that when we do get
>> inte
38 matches
Mail list logo