Problem adding "animation" protocol
I was trying to add an "animation" method protocol for a class. When I did, the browser ceased to function. It seems like it broke the viewer. I had to quite without saving and recover my changes. I have no problems adding other protocols. Is "animation" reserved for something? Cheers, Jeff -- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
Tried on a fresh 30 Adding it the first time doesn't add it (there is a "zoom animation" protocol listed) Adding it twice succeeds. But the system isn't freezing. Pharo3.0 Latest update: #30753 Windows 8.1 Weird indeed. Phil
On 10 févr. 2014, at 14:00, J.F. Rick <self@je77.com> wrote:
I was trying to add an "animation" method protocol for a class. When I did, the browser ceased to function. It seems like it broke the viewer. I had to quite without saving and recover my changes. I have no problems adding other protocols. Is "animation" reserved for something?
Protocols are just an organization mean and shouldn't bear semantic meaning. So normally, there is no reserved protocol. Is this bug related to case 12412? https://pharo.fogbugz.com/f/cases/12412/protocol-selection-dialog-returns-em...
Cheers,
Jeff
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
Yes, I think it has to do with that. If I press "OK", then the error happens. If I press "Enter", then it selects "zoom animation", which is not what I wanted. That makes more sense. Cheers, Jeff On Mon, Feb 10, 2014 at 2:32 PM, Camille Teruel <camille.teruel@gmail.com>wrote:
On 10 févr. 2014, at 14:00, J.F. Rick <self@je77.com> wrote:
I was trying to add an "animation" method protocol for a class. When I did, the browser ceased to function. It seems like it broke the viewer. I had to quite without saving and recover my changes. I have no problems adding other protocols. Is "animation" reserved for something?
Protocols are just an organization mean and shouldn't bear semantic meaning. So normally, there is no reserved protocol. Is this bug related to case 12412?
https://pharo.fogbugz.com/f/cases/12412/protocol-selection-dialog-returns-em...
Cheers,
Jeff
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
-- Jochen "Jeff" Rick, Ph.D. http://www.je77.com/ Skype ID: jochenrick
participants (3)
-
Camille Teruel -
J.F. Rick -
phil@highoctane.be