shannah / xataface

Framework for building data-driven web applications in PHP and MySQL
http://xataface.com
GNU General Public License v2.0
134 stars 57 forks source link

Long filter list in desktop version: display bug #130

Open itmuecke opened 1 year ago

itmuecke commented 1 year ago

Problem

The last entry on a filter list is not shown, if the list is longer than the screen. grafik

The last entry is not reachable and not displayed. You cant select it.

Here is the view with the last entry. It will be shown only, if I set the zoom within the browser to something smaller than 100%. The zoom factor you need to see alls entries depends on the count of entries. grafik

Only on desktop version

Only the desktop version is affected by this display bug. The mobile version works well.

Reproduction

  1. Create a table with a lot of entries.
  2. Filter on one of the columns with a lot of different entries.
  3. Open the filter in desktop version and try to choose the last entry.
  4. Resize the window until it switches to mobile version -> you'll see the last entry now.