You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The “Get Started” button in the Welcome drawer has no click handler, so pressing it produces no action or navigation.
Launch the application.
(If not already visible) Click Open Welcome Page to display the Welcome drawer.
Click the Get Started button.
What should be updated or changed?
I’ve tested the updated code locally and everything functions as expected. If there are no objections, I’ll go ahead and open a pull request to merge the changes.
welcomeDrawer
.setPlacement(Placement.BOTTOM)
.addClassName("welcome__drawer")
.open();
Button getStarted = new Button("Get Started");
getStarted.onClick(e -> {
welcomeDrawer.close();
});
FlexLayout layout = FlexLayout.create(new Img("""
https://thumb9.shutterstock.com/mosaic_
250/177370774/1312166426/stock-vector-handshake-heart-icon-stroke-outline-style
-line-vector-isolate-on-white-background-1312166426.jpg
"""),
new H2("Welcome to WebforJ"),
new Div("Lorem Ipsum is simply dummy text of the printing and typesetting industry"),
getStarted
).vertical()
.align().center()
.build();
welcomeDrawer.add(layout);
Severity
None
Browser
Chrome
Firefox
Safari
Microsoft Edge
Brave
Opera
Other
Additional context
No response
The text was updated successfully, but these errors were encountered:
I tested your proposed code locally and everything seems to be fine for me.
Hi Eric, I've attached screen recording.
Screen.Recording.2025-06-11.084639.mp4
Sorry i think there has been a misunderstanding. My comment was meant to be read as i tested your proposed changes as you asked if there are objections. I was not intending to say the unchanged code has a working button.
Uh oh!
There was an error while loading. Please reload this page.
URL or Location
https://docs.webforj.com/webforj/drawerwelcome?
What's wrong or missing?
The “Get Started” button in the Welcome drawer has no click handler, so pressing it produces no action or navigation.
What should be updated or changed?
I’ve tested the updated code locally and everything functions as expected. If there are no objections, I’ll go ahead and open a pull request to merge the changes.
Severity
None
Browser
Additional context
No response
The text was updated successfully, but these errors were encountered: