dojo / widgets

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

Select: Dropdown does not show when widget is inside an overflow:hidden container #674

Closed tomdye closed 4 years ago

tomdye commented 5 years ago

Bug

When the select is placed within a container which is using overflow: hidden (Toolbar for instance) the select drop down renders inside the parent rather than floating above and is not visible. Furthermore, it appears to break the flow / layout of other elements in the container.

This bug is not present when using the native select option.

tomdye commented 5 years ago

This is blocked by framework change to add body portal

mwistrand commented 4 years ago

@tomdye Is this still blocked, now that dojo/framework#448 has landed?

tomdye commented 4 years ago

@mwistrand this is fixed now by the new select, combobox will be replaced with the upcoming typeahead.

tomdye commented 4 years ago

Fixed via https://github.com/dojo/widgets/pull/962