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

"Run query" frequently executes previous query #2412

Closed
wizofaus opened this issue Feb 8, 2023 · 3 comments · Fixed by #2416
Closed

"Run query" frequently executes previous query #2412

wizofaus opened this issue Feb 8, 2023 · 3 comments · Fixed by #2416
Assignees
Labels
type:bug Something isn't working
Milestone

Comments

@wizofaus
Copy link

wizofaus commented Feb 8, 2023

Describe the bug
It seems if you update the query too quickly and click "Run query", it executes whatever it ran previoulsy

To Reproduce
Steps to reproduce the behavior:

  1. Use a working example like GET /v1.0/me & click Run Query
  2. Verify results
  3. Edit query to something else that would return a different result and quickly click Run Query again
  4. Observe that often the results are the same, and in fact you can determine it simply re-executed the previous query
  5. Click Run Query again and you'll see the expected result

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: latest Chrome or Edge

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@ghost ghost added the ToTriage label Feb 8, 2023
@thewahome
Copy link
Collaborator

thewahome commented Feb 8, 2023

Hello @wizofaus we may have captured this experience and closed it in this PR: #2348

Might you have the time to confirm on this live environment whether that is still the case? https://jolly-sand-0ac78c710.azurestaticapps.net/

You'd need to sign in to run the queries

@thewahome thewahome self-assigned this Feb 8, 2023
@ghost ghost removed the ToTriage label Feb 8, 2023
@wizofaus
Copy link
Author

wizofaus commented Feb 8, 2023

Nope, it's still happening, and in fact it some ways it seems worse when using the Enter key, it seems to pick the first suggestion if what I want to enter is what that suggestion starts with. But if I query https://graph.microsoft.com/v1.0/me/, it works, then add "mailboxSettings" to the end and hit enter, it doesn't correctly requery with that new URL.

@adhiambovivian adhiambovivian added the type:bug Something isn't working label Feb 27, 2023
@thewahome
Copy link
Collaborator

Hello @wizofaus this is fixed now and in production. Thank you for notifying us and helping us test!

@thewahome thewahome added this to the Feb-2023 milestone Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants