Opened 4 years ago

Closed 4 years ago

#2211 closed defect (fixed)

Fix display glitch in table views when no items are found

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.16.1
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

In table views when there are no items found a message is displayed under the table. If the user has selected a font size other than M (this can be done in BASE -> Preferences) a glitch is causing the table outline to overlap the message. See attached image.

Attachments (1)

display-glitch-item-not-found.png (11.5 KB ) - added by Nicklas Nordborg 4 years ago.

Download all attachments as: .zip

Change History (3)

by Nicklas Nordborg, 4 years ago

comment:1 by Nicklas Nordborg, 4 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed

In 7806:

Fixes #2211: Fix display glitch in table views when no items are found

Removed a CSS rule that sets a specific height on 'panel' elements in a table. This seems to get rid of the problem and hopefully there are no side-effects. Also changed the font-size declarations to use 'px' units instead of '%' since the '%'-values only worked properly if the default font size of the browser was set to 16px.

Note: See TracTickets for help on using tickets.