-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
when clicking "save" query (codemirror) text box gets cleared #45
Comments
also (I assume unrelated to the issue I reported...perhaps a different issue?) the |
selecting a query from the list or save query results in this from firefox:
this from chrome:
(codemirror text box is empty) |
re. the query disappearing: this happens both on Chrome and Firefox? re. npm: personally I had no issues with it neither on OS/X or Ubuntu, but heard about similar issues with Amazon Linux AMI. This is most likely an issue with npm itself, so you might want to open a ticket in npm's issue tracker. But how did you manage around it? If you haven't, maybe you're missing some library which causes the issue you're experiencing? |
@spaceshipoperator I believe you have is due to different newer CodeMirror versions than what we used. Recently we hardened the version definitions in bower.json, so if you install dependencies now it will behave better. Also you can download one of the releases https://github.com/EverythingMe/redash/releases, which already have the assets "compiled" and UI packages installed. Please re-open if you still has this issue. Thanks. |
From here: https://github.com/digitalocean/marketplace-partners With shellharden, shfmt, and shellcheck cleanups applied to it.
when the query is selected in the list, the data table has records, query is apparently executable, but the text box (where I expect the query) is empty.
The text was updated successfully, but these errors were encountered: