Open benallenallen opened 9 years ago
Cannot replicate this issue. Tested on edge1 and edge2 with 3 different documents, on Chrome and on IE11. With both left and right sidebars enabled and disabled. I tried the specific document that @m-brouillette was testing with and found the issue with. Is there a different document I can try or a different case I can test?
Can only be replicated on Chrome running on Windows. Chrome running on Linux does not see this issue.
Removing High Priority since this issue is narrow enough to only be seen in Chrome Windows environments.
@benallenallen Is this still an issue, I don't really notice it on Edge anymore.
I have not seen it happen in some time either... closing.
This is actually still an issue, has been the whole time. Not currently fixed in latest Chrome, unsure if there's a better fix available at this point.
Seems like a race condition on initial load, because it doesn't always happen, but the below screenshot shows us loading with the horizontal scrollbars sometimes.
When the window is resized after the condition existed, the scrollbars always remain:
When the condition does NOT exist, it can be made to happen by resizing the window smaller than the initial width, so it probably has something to do with a calculation when everything is loaded not being re-calculated when the window is resized.