os-js / osjs-gui

OS.js GUI Module

Home Page:https://manual.os-js.org/v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List don't render properly in Firefox

miladhashemi opened this issue · comments

Hi,
In list view columns without values cause messing up .
image

node v12.18.0
hyperapp v1.2.10
@osjs/gui v4.0.33

What browser are you using ?

What browser are you using ?

I'm using Mozilla firefox.

Hm. I'm unable to reproduce this in the latest version of Firefox (nor any other browser).

There's actually a CSS rule that sets a minimum height to be the size of the base font, so technically this should not occur.

You can actually see this rule in action at the top row in your screenshot, which seems to be correctly aligned.

Have you always had this issue, or has it been introduced at some later point ?

Hold on. I was actually testing the online demo and not a local distro. When I fired it up locally I can now see this.

Investegating.

I've released a new version of @osjs/gui that should solve your problem. Update this package and re-build your client.

I've released a new version of @osjs/gui that should solve your problem. Update this package and re-build your client.

Now it works properly.

Great!