Skip to content

[JEWEL-829] Fix the bridge not reading the LaF #3062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented May 29, 2025

In JEWEL-558, a change was made to add a new flow to the combine in SwingBridgeService. However, that new flow never emitted, causing the whole combine to stall until it did. This in turn causes only the theme defaults to be loaded, until the user changes the "contrast scrollbars" option, making the faulty flow emit and unblocking the combine.

The fix is to ensure the flow emits on start, like all other flows in the combine do.

In JEWEL-558, a change was made to add a new flow to the combine in
SwingBridgeService. However, that new flow never emitted, causing
the whole combine to stall until it did. This in turn causes only
the theme defaults to be loaded, until the user changes the
"contrast scrollbars" option, making the faulty flow emit, and
unblocking the combine.

The fix is to ensure the flow emits on start, like all other flows
in the `combine` do.
@rock3r rock3r self-assigned this May 29, 2025
@rock3r rock3r added the Jewel label May 29, 2025
@jakub-senohrabek
Copy link
Collaborator

Ready to merge

1 similar comment
@rock3r
Copy link
Collaborator Author

rock3r commented May 30, 2025

Ready to merge

@rock3r rock3r deleted the sebp/JEWEL-829_fix-bridge-not-reading-laf branch June 6, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants