Unity-UI-Extensions/com.unity.uiextensions

BUG: DropdownList Overlay never fully covers the screen

Opened this issue · 1 comments

Unity UI Extensions Bug Report

Describe the bug

DropdownList's Overlay GameObject should cover the whole screen so that I can Close the Dropdown when I click anywhere but the Object seems to be randomly placed depending on the DropdownLists' position

To Reproduce

Create a new Scene, Add DropdownList, color the Image of the overlay, reposition the DropdownListObject and press play.

Expected behavior

Overlay should cover the whole screen and Dropdown should appear under the DropdownList MainButton

Actual behavior

Overlay does not cover the whole screen

Screenshots

Video.mp4

Your Setup

  • Operation System:
    • Windows
    • MacOs
    • Linux
    • Other
  • Unity Version: 2022.3.34f1
  • Unity UI Extensions Version
    • 2.3.2

Very curious effect @Podden , thanks for the report. Likely Unity has "changed" something... again and I'll have to investigate.

Is this causing you any issue in your projects?