[Pharo-project] Issue 7276: [BUG]: Menu item goes to wrong parent
Pharo2.0a Latest update: #20476 Given: menuCommandOn: aBuilder <worldMenu> (aBuilder item: #'MyParent') with: [ (aBuilder item: #'MyChild') action: [ self open ] ]. If there is an existing item in the menu named 'MyParent', then my child goes under it, instead of the one specified. -- View this message in context: http://forum.world.st/Issue-7276-BUG-Menu-item-goes-to-wrong-parent-tp466384... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Sean P. DeNigris wrote
If there is an existing item in the menu named 'MyParent', then my child goes under it, instead of the one specified.
This is a bug introduced in 2.0. It did not occur in 1.4 14459 -- View this message in context: http://forum.world.st/Issue-7276-BUG-Menu-item-goes-to-wrong-parent-tp466384... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (1)
-
Sean P. DeNigris