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

Error msg after an http timeout is unreadable #869

Closed
macta opened this issue Jun 19, 2018 · 3 comments
Closed

Error msg after an http timeout is unreadable #869

macta opened this issue Jun 19, 2018 · 3 comments
Labels
Milestone

Comments

@macta
Copy link
Contributor

macta commented Jun 19, 2018

I had a timeout when trying to reconnect my pharo repo in Pharo 7. When I went to try again I got an error msg but the dialog message is cut off - it only says: You already have an iceberg repository and then some pixels of a line below (using halos showed me the real message:

You already have an Iceberg repository
at /Users/macta/Dev/Smalltalk/Pharo/Pharo-7.0.0-alpha.build.1072.64bit-2018-07-19/pharo-local/iceberg/macta/pharo.

If you really want create another one,
please locate it in a different directory.

@macta
Copy link
Contributor Author

macta commented Jun 19, 2018

I guess the message is too big - however stretching the dialog still doesn't show me the contents

@guillep
Copy link
Member

guillep commented Jun 28, 2018

Easily reproducible with:

[ Error signal: String loremIpsum ]
   on: Error do:  [ :error | (IceTipErrorDialog on: error) openDialogWithSpec ]

guillep added a commit that referenced this issue Jun 28, 2018
@guillep guillep added this to the 1.2 milestone Jun 28, 2018
@guillep
Copy link
Member

guillep commented Jun 28, 2018

With the fix coming in next version, the label is not cut, and resizing the dialog (in case there is too much text expands the label too)

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

No branches or pull requests

2 participants