Anonymous | Login | 12-06-2019 22: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 | |||||||
0006433 | [Squeak] Morphic | minor | always | 04-20-07 08:00 | 04-21-07 10:20 | |||||||
Reporter | sig | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | ||||||||||
Summary | 0006433: bug in IndentingListItemMorph>>drawLinesOn | |||||||||||
Description |
the error is in this part of method: -- clippedCanvas isVisible: submorph nextSibling -- isVisible expects a Rectange to be passed as param, while "submorph nextSibling" returns a Morph, which does not understand #origin message. the fix is simple, replace string before by following: -- clippedCanvas isVisible: submorph nextSibling fullBounds -- |
|||||||||||
Additional Information | ||||||||||||
Attached Files |
![]() |
|||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
44 total queries executed. 33 unique queries executed. |