Skip to content
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

Not visible on firefox #91

Open
ahmedmirza994 opened this issue Dec 28, 2021 · 1 comment
Open

Not visible on firefox #91

ahmedmirza994 opened this issue Dec 28, 2021 · 1 comment

Comments

@ahmedmirza994
Copy link

When I place twinColGrid inside FormLayout, it is not showing in firefox. Microsoft Edge, Chrome works fine.

image

@javier-godoy javier-godoy self-assigned this Dec 28, 2021
@javier-godoy
Copy link
Member

This issue seems to be related by Firefox's handling of min-height:0 (which is needed in order to support other configurations), thus currently TwinColGrid requires a fixed height when used inside of FormLayout.

The layout is already quite complex and it should be rewritten from scratch. I tried to fix it so that it works in Firefox when the component is inside of a FormLayout, but couldn't find a way that doesn't break something else.

I'm open to accepting a fix if you figure out what have to be fixed (while preserving backwards compatibility), but otherwise I'm stopping work on this issue, in favor of #92

@javier-godoy javier-godoy removed their assignment Dec 29, 2021
@paodb paodb moved this to Under consideration in Flowing Code Addons May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Under consideration
Development

No branches or pull requests

2 participants