Skip to content
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

fix: calculate the status bar reactively (closes #7384) #7407

Merged
merged 1 commit into from Dec 9, 2022

Conversation

AndreyBelym
Copy link
Contributor

@AndreyBelym AndreyBelym commented Dec 6, 2022

Purpose

When the document body is hidden (with display: none) during the page initialization, the status bar cannot correctly calculate its height. Later this calculated height is used to determine if the bar should hide or not when the mouse is moving. When the height is not calculated correctly, the bar will never hide.

Approach

The status bar height is recalculated on each mouse move.

References

Closes #7384.

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

@AndreyBelym AndreyBelym temporarily deployed to CI December 6, 2022 15:05 Inactive
@miherlosev miherlosev merged commit 9b245ee into DevExpress:master Dec 9, 2022
@github-actions
Copy link

Release v2.1.1-alpha.3 addresses this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The status bar does not disappear
3 participants