--- Begin Message ---Hi all, I just noticed that changing the message send order to an anchor modifies its’ behaviour :html anchor with: aString;callback: [doSomething]. -> click on the anchor executes the callback block html anchor callback:[doSomething];with:aString. -> click on the anchor does not executes the callback block. Is this a normal behaviour? I also noticed that instantiating a WAComponent in the same method that calls html render: on it makes the call method in this object fail. See (http://smalltalkhub.com/#!/~Alidra/Seaside_Strange_Call_Behavior <http://smalltalkhub.com/#!/~Alidra/Seaside_Strange_Call_Behavior>) for an concrete example. BTW. I find the name call: quite confusing : you call a method, you pass control to an object. But maybe this is because I am new to Seaside. Thank you Abdelghani
--- End Message ---
[Pharo-users] [Seaside] Strange behaviours?
Alidra Abdelghani via Pharo-users Tue, 30 May 2017 01:23:19 -0700
- [Pharo-users] [Seaside] Strange behaviou... Alidra Abdelghani via Pharo-users
- Re: [Pharo-users] [Seaside] Strange... jtuc...@objektfabrik.de
- Re: [Pharo-users] [Seaside] Strange... Johan Brichau
- Re: [Pharo-users] [Seaside] Str... Alidra Abdelghani via Pharo-users
- Re: [Pharo-users] [Seaside]... Damien Pollet