#2252 closed defect (fixed)
Drop-down filters in tables display at incorrect location
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.18.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
It seems like the implementation of sticky headers in #2246 broke the positioning of the drop-down selection list that is used for multi-select fields.
In most cases the position is correct, but if the column is near the right side of the browser window the drop-down is supposed to be right-aligned with the column. The introduction of sticky headers has changed the positioning contexts in a way that is incompatible with the currently implemented calculations and the drop-down is positioned too far to the right. If the table is very wide the drop-down is not visible at all and to the user i may seem like it is impossible to change the filter.
In 7955: