-
Notifications
You must be signed in to change notification settings - Fork 21
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
Only 3 lines of SQL visible until you resize the query window #788
Comments
I've been experiencing the same bug for the last week as well. |
Bump, there's at least 2 others in the fx-metrics channel who have experienced this. |
@rafrombrc, can you confirm someone is looking at this? |
I also want to note that this is a Firefox-only bug. I do not experience this within Chrome. It could be related to scroll anchoring: https://bugzilla.mozilla.org/show_bug.cgi?id=1519644 |
@chrismore maybe disabling the scroll anchoring will help? Though I think that's nightly-only. If it's available in your config, set |
@fbertsch it works fine in nightly regardless of the value of layout.css.scroll-anchoring.enabled. I set it to both true and false and the bug isn't seen there. |
@chrismore thanks for investigating, I couldn't get it to reproduce either. |
@chrismore @fbertsch I wasn't able to reproduce this in 65, were you? |
Likewise, I cannot reproduce this anymore. |
In Firefox 65, I am unable to reproduce it anymore. |
Turns out this has not been an issue in Firefox anymore but Chrome still has it. Good news is it was fixed upstream via getredash#3412. @rafrombrc Just to make sure, is this something we should close now or leave open until we've pulled in the change in the next rebase? |
Let's leave it open until we merge. |
Closing since this has been resolved in firefox. |
Issue Summary
A few months ago when viewing a redash query, my entire query window only display the top 3 lines of SQL while the rest is completely blank. I can only scroll within these 3 lines. It looks like a CSS or rendering issue.
Steps to Reproduce
Expected results:
Seeing all of the SQL with scroll bars
Actual results:
Only 3 lines of SQL are visible and the rest of the query window is blank. You can scroll up/down, but only the top 3 lines are visible. If I resize the query window vertically (with the two horizontal lines below the save/execute buttons), the expected results happens, but only temporarily. If I refresh the page after resizing the query, the issue happens again. This started a few months ago and I have no clear path to resolution.
Screenshot of hidden query:
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
Technical details:
The text was updated successfully, but these errors were encountered: