pretalx / pretalx

Conference planning tool: CfP, scheduling, speaker management
https://pretalx.com
Apache License 2.0
711 stars 200 forks source link

Review page UI bug obscures Track drop-down #687

Closed attacus closed 5 years ago

attacus commented 5 years ago

Current Behavior

On the Reviews page (https://pretalx.com/orga/event/{$EVENTNAME}/reviews/), the list of tracks appears underneath the column heading, making it difficult to interact with. This is shown in the following screenshot (some information redacted for privacy):

Screen Shot 2019-05-02 at 2 23 43 pm

Expected Behavior

The drop-down menu should render over the column headings.

Steps to Reproduce

  1. Log in as a user with Reviewer permissions, on an event that has two or more track tags
  2. Visit the Reviews page (https://pretalx.com/orga/event/{$EVENTNAME}/reviews/)
  3. Click the "Tracks" menu to trigger the drop-down

Context

We will be opening reviews for our conference soon and discovered this UI bug during testing. We hope it can be resolved before reviewing begins.

Your Environment

rixx commented 5 years ago

Thank you for your report!

This bug was introduced when we removed pagination from the review page – without pagination, the table is very long, so we decided to make the table header sticky, so it was pulled more towards the foreground (to make the table content disappear under it).

attacus commented 5 years ago

🤘You're the best!