Contribution Date
Technology
Contribution Project
Contribution Details
Issue is related to Issue #3021147.
The following patch is being updated on both issues.
The issue arises because the Toolbar height is being calculated before its contents are rendered on the initial load at ToolbarVisualView.js; so, the patch makes the height calculation asynchronous, by deferring it and pushing it to queue. So, once the contents are rendered, the height of the toolbar will be calculated.
Tested across all major browsers and OS simulations and adding a couple of screenshots..
Before Patch
After Patch
Issue Status
Needs Review
Contribution Issue Link
Contribution Link
Files count
3
Patches count
1