Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 18 by
[hidden email]: self inform: freezes Pharo
http://code.google.com/p/iliadproject/issues/detail?id=18What steps will reproduce the problem?
1. Create an application, embed a widget in it
2. Create an anchor in the widget which triggers an inform dialog.
3. Access the application via web and click on said anchor.
What is the expected output? What do you see instead?
*The expected output is the browser showing a lightbox dialog with the
given string.
What version of the product are you using? On what operating system?
*Iliad 0.9.1 on Pharo 1.1.1 running on a Cog machine, on Debian Lenny
Please provide any additional information below.
*By debugging the inform: method, I found that Pharo freezes right after
trying to call ILJsonHandler new handleRequest.
*Attached is an st file with an example that triggers the bug.
Attachments:
IliadBug.st 927 bytes