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

Can't uncheck "Autocomplete" because a hidden SELECT is in the way #361

Closed
chutten opened this issue Apr 5, 2018 · 1 comment
Closed

Comments

@chutten
Copy link

chutten commented Apr 5, 2018

Issue Summary

The Query editor supports Autocomplete. I want to turn it off. However, I can't actually uncheck the checkbox.

Upon inspecting the DOM it appears as though the Autocomplete checkbox is part of the editor but lies outside of its containing box. Thus it's lower in the stacking order than the subsequent laid-out elements which include an invisible SELECT that has a list of data sources in it.

If I remove the select and some of its surrounding elements my clicks go through.

Steps to Reproduce

  1. Try to uncheck the Autocomplete checkbox

Technical details:

  • Redash Version: Whatever's on sql.tmo as of 2018-04-05
  • Browser/OS: Firefox Beta 60 and Nightly 61 on Windows and Linux
  • How did you install Redash: I didn't
@chutten
Copy link
Author

chutten commented Apr 5, 2018

Oh bother, this is a dupe of #355

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

1 participant