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

Redrawing hangs forever #165

Closed
npasserini opened this issue Sep 29, 2016 · 5 comments
Closed

Redrawing hangs forever #165

npasserini opened this issue Sep 29, 2016 · 5 comments

Comments

@npasserini
Copy link
Contributor

If you put the Iceberg Repositories Browser on top left of your Pharo window, whenever you do an action it will hang on redrawing. This is because the messages on top left force a redrawing that might fire a git command that in turn will add another message that starts redrawing again.

@npasserini
Copy link
Contributor Author

To reproduce, place the repositories browser image close to the upper left corner and run in a playground:

UIManager default informUser: 'Foo' during: [
UIManager default informUser: 'Bar' during: [
IceRepository registry first push ]]

@npasserini
Copy link
Contributor Author

As of version 13cfbaf it does not seem to happen any more. Closing.

@npasserini
Copy link
Contributor Author

I closed the wrong issue.

@npasserini npasserini reopened this Oct 13, 2016
@npasserini
Copy link
Contributor Author

This is fixed for the repositories browser, but will require more work for the commit browser. Postponing to the next version.

@npasserini
Copy link
Contributor Author

Fixed in 883c2a1

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

No branches or pull requests

1 participant