-
Notifications
You must be signed in to change notification settings - Fork 459
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
[Rich Experiences] White Screen When Moving Query Results #18324
Comments
@tmonoceros Thanks for creating the issue!
Are you doing this via these options? Here's what it looks like if I move the panel area to the right (tested on Mac and Windows) |
@tmonoceros Thanks for the GIF, I was not aware of this drag and drop feature of panel tabs. I can confirm the repro, will take a look. |
I don't have a strong opinion on the exact fix right now. The fact that you're allowed to pop the query results out, but doing so breaks them and forces you to disable and reenable rich experiences to fix it, is a pretty clear bug that can actually be pretty disruptive. But it might just be muscle memory that causes me to prefer popping the query results out - that's how it works without Rich Experiences enabled, so that's what I'm used to. I wouldn't complain (yet, anyway) if the fix was to just prevent the query results from being popped out. But if there's no reason to disallow popping the query results out (I don't know enough about the difference between editor panels and the rest panel to have an opinion there), seems like a straightforward win to me. I will say that everyone who starts using rich experiences will see this change in behavior, and so other people might have a stronger preference to be able to pop the results out to another panel. |
The ability to pop the QUERY RESULT tab out of the |
Steps to Reproduce:
"mssql.enableRichExperiences": true
My results show up in the default "Query results" pane as expected (actual data removed from the screenshot)
However, if I try to move the query results window to another pane, it goes completely white. Nothing I can do - not rerunning the query, not moving it back - seems to fix this.
The text was updated successfully, but these errors were encountered: