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

Bug on minimize with Morphic backend #430

Open
Nyan11 opened this issue Jan 29, 2024 · 0 comments
Open

Bug on minimize with Morphic backend #430

Nyan11 opened this issue Jan 29, 2024 · 0 comments

Comments

@Nyan11
Copy link
Contributor

Nyan11 commented Jan 29, 2024

Hello,

There is a bug with Morphic backend when you minimize the spec window.

Reproduction

bug 1

In a playground:

BlElement new openInNewSpace

The click on minimize.

The window is destroyed.

bug 2

Open the bloc demo :
image

Clic on minimize:
image

The reopen it (by clicking on the bottom bar).
image

The space is gone.

Explication

In BlMorphicSpaceHostMorph >> initializeAnnouncement, when the morph that contains the space receive MorphDeleted it triggers BlMorphicEventHandler >> handleWindowClosed: who in turn closes the space.

I think MorphDeleted is send when the window is minimize because the morph is remove from the world.

other

Pharo version : Pharo 11.0.0
Bloc version: ee22c66 , 2024-01-27 05:03

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

No branches or pull requests

1 participant