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

Fix for select elements appearing twice (bug #7007); removed remnants of Bootstrap Select #63

Conversation

martin-hofer
Copy link
Contributor

@martin-hofer martin-hofer commented Aug 2, 2019

If you choose "Germany" in, for example, the register form, the "State" select field pops up. At least that's what should happen, but instead we get two: The normal select field and below it another one with an empty flyout.

Bug #7007 describes the same problem on the contact page:
https://bugs.oxid-esales.com/view.php?id=7007

The reason for this behavior is that Bootstrap Select wasn't completely removed when migrating from Flow to Wave.

I removed jqBootstrapSelect from the Gruntfile (and thus from script.min.js) as well as references to the class "selectpicker" from several TPL files.

@martin-hofer martin-hofer changed the title "State" field in forms fixed (by removing remnants of Bootstrap Select) Fix for select elements appearing twice (bug #7007); removed remnants of Bootstrap Select Aug 4, 2019
@martin-hofer
Copy link
Contributor Author

Before:
image

After:
image

Sieg pushed a commit that referenced this pull request Aug 28, 2019
Sieg pushed a commit that referenced this pull request Aug 28, 2019
Sieg pushed a commit that referenced this pull request Aug 28, 2019
Sieg added a commit that referenced this pull request Aug 28, 2019
@Sieg
Copy link
Member

Sieg commented Aug 28, 2019

Hey @martin-hofer! Great job on fixing those issues! Looks good! Merging.

@Sieg Sieg closed this Aug 28, 2019
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

Successfully merging this pull request may close these issues.

2 participants