-
Notifications
You must be signed in to change notification settings - Fork 790
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
Whole Text not appearing after collapsing silence block. #3864
Comments
Yes, I've seen this often. @walterbender @meganindya any ideas what the root cause might be? |
@walterbender where I can find the calculation for the shape of bounding box . |
The bounding box is handled in block.js |
@walterbender sir, I think the calculation for the bounding box is inside blockfactory . |
Yes in that the block factory should be calculating the _width, which is returned by getwidth(), which in turn is returned by the block generator in protoblock.js, which is called by block.js. In block.js, the container bounds are defined. So problem could be anywhere along that chain of calls. |
@walterbender @pikurasa |
Lots to unpack in this screenshot. Why "undefined"? What note value symbol is not displaying properly in the 3rd note. Why are there multiple note values displayed? All of those are more troubling than the width. |
@walterbender i had created a new issue for the same you are asking #4038 (comment) |
Description
Text is not appearing properly after collapsing.
The shape bounding box doesn't seem to update properly.
Expected Behavior
It must show the whole text after collapsing.
Screenshots
How to Reproduce
Drag a silent note (rest) off of the Note Values palette and collapse it.
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.
The text was updated successfully, but these errors were encountered: