Snaacky / theindex

The frontend, editor panel, and API of TheIndex.moe

Home Page:https://theindex.moe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Issue with Tabulator column/table width and height

Snaacky opened this issue · comments

Describe the bug
Tabulator will constantly keep trying to set the width and height of various elements causing a jarring visual bug.

To Reproduce
Steps to reproduce the behavior:

  1. Open two windows on Windows
  2. Snap one window to the left side and the index to the right at about ~50% width for each window
  3. Refresh the window and click the applications tab
  4. Look at Android table

Screenshots
https://cdn.discordapp.com/attachments/623361648098410516/843323849072312340/2021-05-15_20-06-13.mp4

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows
  • Browser [e.g. chrome, safari] Brave
  • Version [e.g. 22] Version 1.24.85 Chromium: 90.0.4430.212 (Official Build) (64-bit)

CNR - Brave (1.24.85 - 90.0.4430.212); Edge (90.0.818.62)

Can repro enough to find the issue, but not to replicate that exact behaviour.

Issue seems to be related to the defined height on .tabulator-cell and the overflow property on .tabulator-table. Not experienced enough with CSS to fix this, but that info should help someone else figure it out.

Mitigated by #39