Page MenuHomePhabricator

Sticky header overlaps top OOUI dropdown element
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
The first element is covered by the sticky header and is not capable of being selected.

What should have happened instead?:
The dropdown should stop before the sticky header rather than stop at the page top.

Other information (browser name/version, screenshots, etc.):

StickyheaderDropdown.png (1×1 px, 47 KB)

Event Timeline

I'm lazy to create another task, but OOUI in general doesn't seem to account for the sticky header. The same with $floatableContainer of OO.ui.PopupWidget:

image.png (153×1 px, 17 KB)

(The widget's floatableOutOfView property should've turned to false and the popup should've disappeared, as the $floatableContainer element came out of view.)