Skip to content

BlElement crashes occurs when using inform #856

Description

@ELePors

Target : Pharo 13.1.0
With Latest Bloc + Toplo loaded

TO REPRODUCE BUG WITH THIS SAMPLE : you have to click multiple times quickly on the select value again and again.

| select |
select := ToSingleSelectElement new.
1 to: 10 do: [ :i |
select popupListElement dataAccessor add: ('choice' , i asString) ].
select selecter selectIndex: 1.
select popupListElement addEventHandlerOn: ToListPrimarySelectionChangedEvent do: [ :ev | self inform: 'click' ].
select openInSpace

When clicking on the select element sucessively a bug regulary opens in Pharo main window like this one :

Image

When removing inform in our pharo prototypes, this kind of bugs does not occurs. We reproduced the bug on this simple sample.

@tinchodias @tesonep : as we discussed all together.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions