dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Closed Titlepane contents shows through the title #449

Closed tomdye closed 6 years ago

tomdye commented 6 years ago

Bug

Due to the nature of the margin-top animation for hiding a titlepane's contents, it is visible through the titlepane itself. The contents appears to be at a level above that of the title and thus, it is clickable. This can render the title toggle itself to be unusable.

screenshot 2018-02-02 14 36 01

smhigley commented 6 years ago

Merged in #450: resizing can cause the contents to overlap the title.

tomdye commented 6 years ago

I do not think this is related to resizing, it is due to the z-index / absolute positioning of the parent / child and the titlepane not having a background color.