sibvisions / reactUI

A generic react UI for JVx applications.
Apache License 2.0
3 stars 4 forks source link

error dialog layout problem #453

Closed rjahn closed 6 months ago

rjahn commented 9 months ago

The text area is behind the table and if you select a record in the list, the message appears but behind the table?

image
maximilianweidenauer commented 8 months ago

Not happening for me in demo or "projekte" app

rjahn commented 8 months ago

Did you try with different mandatory columns? Maybe a problem with many records in the error dialog table.

gimmixAT commented 7 months ago

in which browser / os did this happen?

This looks more like a primereact CSS problem that maybe happened during switching between versions, because these lists should actually have an overflow: auto on them. I can only reproduce the issue if I replace that with an overflow: initial manually

rjahn commented 7 months ago

Will test this problem.

rjahn commented 7 months ago

the initial problem is not reproducable!

But there's a problem with message height:

without details:

image

with details:

image

The gap above the buttons grows?

gimmixAT commented 7 months ago

extra gap should be fixed now