Seaside icon indicating copy to clipboard operation
Seaside copied to clipboard

Subsequent methods sending to brushers after with: should fail with an error

Open vitormcruz opened this issue 7 years ago • 1 comments

While trying to use Seaside, I put the callback definition after a with: message sent. Only after some time I figure, looking through this page http://book.seaside.st/book/fundamentals/rendering-components/brush-structure, that with: message should always be the last one sent.

The problem is that Seasides behaves like there was no error simply ignoring my callback, which is really unintuitive, if it showed an error or warning it would improve understanding on how to use the API.

vitormcruz avatar Dec 30 '18 18:12 vitormcruz

We once had a Slime test for this but they seem to be no longer working in the latest Pharo versions.

marschall avatar Jan 02 '19 13:01 marschall