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 :
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.
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.
When clicking on the select element sucessively a bug regulary opens in Pharo main window like this one :
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.