FlowingCode / ErrorWindowAddon

Error Window Vaadin Add-on
Apache License 2.0
9 stars 2 forks source link

Buttons are floating if message is expanded #83

Closed Dudeplayz closed 1 month ago

Dudeplayz commented 1 month ago

Describe the bug

When the error message is expanded, the buttons start to float above the content:

CleanShot 2024-08-02 at 14 59 38@2x

Expected behavior

Content and buttons are aligned properly.

Minimal reproducible example

No response

Add-on Version

4.1.0

Vaadin Version

24.4.7

Additional information

No response

paodb commented 1 month ago

Hi, please check that com.flowingcode is added to the allowed-packages property in your application.properties file.

Dudeplayz commented 1 month ago

I'm using quarkus, so I had to adapt my application.properties scanning the files:

quarkus.index-dependency.flowingcode.group-id=com.flowingcode.vaadin.addons
quarkus.index-dependency.flowingcode.artifact-id=error-window-vaadin (optional)

Sorry and thanks for the effort! Maybe you'd like to add a jandex directly to the addon? https://vaadin.com/docs/latest/flow/integrations/quarkus#quarkus.vaadin.addons

javier-godoy commented 1 month ago

@Dudeplayz I've just added a jandex index to version 4.1.1-SNAPSHOT (available from https://maven.flowingcode.com/snapshots/). Can you give it a try?