Issue is related to Issue #3021147.
The following patch is being updated on b...

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

Image removed.

After Patch

Image removed.

toolbar_initial_height-2952447-12.patch

Issue Status
Needs Review
Contribution Author
Files count
3
Patches count
1