Hi,
I want to have one font that is "regular" and a variation of the same font
as "bold", used when specified "-fx-font-weight: bold".
@font-face {
font-family: 'Gotham Condensed';
src: url('../fonts/GothamCondensed-Book.otf');
}
@font-face {
font-family: 'Gotham Condensed Bold';
On Fri, 6 May 2022 10:16:41 GMT, Jose Pereda wrote:
> This PR extends the check if a treeItem is expanded to all its ancestors, as
> in case one ancestor is collapsed, all its children will be hidden.
>
> 4 tests are included, two for TreeView and two for TreeTableView.
This looks good to me.
On Thu, 19 May 2022 22:01:31 GMT, Kevin Rushforth wrote:
>> Jay Bhaskar has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Platform.exit() , removing code block, as it is causing other test fail
>
> modules/javafx.web/src/test/java/test/jav
On Thu, 21 Apr 2022 08:38:20 GMT, Robert Lichtenberger
wrote:
> Separate test class added for TreeTableView case.
> Fix is analogous to JDK-8251480.
This pull request has now been integrated.
Changeset: 18b2366f
Author:Robert Lichtenberger
Committer: Ajit Ghaisas
URL:
https://git.
On Tue, 10 May 2022 12:56:53 GMT, Thiago Milczarek Sayao
wrote:
>> When there's an APPLICATION_MODAL window, all other windows are disabled and
>> re-enabled when the APPLICATION_MODAL window closes. This causes
>> `requestToFront()` to be called on every window, and it does not guarantee
>>