Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select discrepancies inside a modal on version 0.97.6 #3894

Closed
w0rldart opened this issue Nov 9, 2016 · 4 comments
Closed

Select discrepancies inside a modal on version 0.97.6 #3894

w0rldart opened this issue Nov 9, 2016 · 4 comments

Comments

@w0rldart
Copy link

w0rldart commented Nov 9, 2016

Trying to add a select dropdown inside a modal window, does not behave as expected, as it cuts to whatever the remaining height is left from it to the end of the modal.

Issue has been replicated on both latest version of Firefox and Chrome.

Don't know if there's a fix in 0.97.7 or 0.97.8 for this, but if there is, what is it and what are the guidelines to patch 0.97.6, as an upgrade is not plausible right now.

control panel

@seanmavley
Copy link

When you scroll down the content in the modal window, does the dropdown not show?

@Dmitrev
Copy link

Dmitrev commented Nov 18, 2016

Same issue here. The problem is that <ul> that generates the actual dropdown should be placed outside the actual modal, so it can be viewed properly on top of the modal.

This cannot be worked around with CSS, the modal positioning needs to be refactored.

For now you can fallback to browser default inside a modal. Use the css-class browser-default on your select element

<select id="dropdown" name="dropdown" class="browser-default"></select>

@AustP
Copy link

AustP commented Jan 23, 2017

I just ran into this issue. Not only does this happen with selects but the datepicker widget as well.

@fega
Copy link

fega commented Apr 14, 2017

Duplicate of #1385

@fega fega closed this as completed Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants