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

SQL Lab: CTRL+T behaved differently from clicking "+" #11589

Closed
3 tasks done
betodealmeida opened this issue Nov 5, 2020 · 1 comment · Fixed by #19420
Closed
3 tasks done

SQL Lab: CTRL+T behaved differently from clicking "+" #11589

betodealmeida opened this issue Nov 5, 2020 · 1 comment · Fixed by #19420
Labels
!deprecated-label:bug Deprecated label - Use #bug instead

Comments

@betodealmeida
Copy link
Member

There are two ways of adding a new tab in SQL Lab:

  1. CTRL+T
  2. Clicking the "+" button

The new tab is different depending on the method. The first one creates an empty query, the second one creates a dummy query SELECT ...

Expected results

Behavior should be consistent.

Actual results

New query is different depending on the method.

Screenshots

N/A

How to reproduce the bug

  1. Go to SQL Lab
  2. Click on "+" button, new query has SELECT ...
  3. Press CTRL+T, new query is empty

Environment

(please complete the following information):

  • superset version: master
  • python version: 3.8
  • node.js version: v14.11.0

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

N/A

@betodealmeida betodealmeida added the !deprecated-label:bug Deprecated label - Use #bug instead label Nov 5, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants