Anonymous | Login | 02-27-2021 21:31 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004609 | [Squeak] Morphic | minor | always | 08-20-06 00:47 | 04-18-10 22:07 | ||||
Reporter | wiz | View Status | public | ||||||
Assigned To | wiz | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.9 | ||||||
Summary | 0004609: [Fix] Removal of ButtonPropertiesMorph left an unimplemented call. | ||||||||
Description |
The bug fix for Mantis 0000521 was the removal of ButtonPropertiesMorph Current work on Mantis 0004544 shows that AlignmentMorphBob1 called a method that was only implemented in the ButtonPropertiesMorph. |
||||||||
Additional Information |
The two removed routines are here so other eyes than mine can see.: ButtonPropertiesMorph>> acceptDroppingMorph: aMorph event: evt | handlerForDrops | handlerForDrops _ self valueOfProperty: #handlerForDrops ifAbsent: [ ^super acceptDroppingMorph: aMorph event: evt ]. (handlerForDrops acceptDroppingMorph: aMorph event: evt in: self) ifFalse: [ aMorph rejectDropMorphEvent: evt. "send it back where it came from" ]. ButtonPropertiesMorph>> wantsDroppedMorph: aMorph event: evt | handlerForDrops | handlerForDrops _ self valueOfProperty: #handlerForDrops ifAbsent: [ ^super wantsDroppedMorph: aMorph event: evt ]. ^handlerForDrops wantsDroppedMorph: aMorph event: evt in: self BPMCleanup-wiz.1.cs removes them. Yours in service, -- Jerome Peace |
||||||||
Attached Files |
![]() ![]() |
||||||||
|
![]() |
||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
54 total queries executed. 38 unique queries executed. |