Status: New
Owner: ----

New issue 3551 by [email protected]: Morph>>morphsInFrontOverlapping: and friends' behavior does not match comment
http://code.google.com/p/pharo/issues/detail?id=3551

Morph
  #morphsInFrontOverlapping:
  #morphsInFrontOf:overlapping:do:
  #morphsInFrontOverlapping:do:

all include the morphs submorphs in the returned collection, but the comments state "Return all top-level morphs", which means the submorphs shouldn't be included, no?

Pharo1.2rc1 Latest update: #12310

Steps to reproduce:
1. Open a window (e.g. a browser)
2. Inspect it
3. evaluate: "self morphsInFrontOverlapping: self bounds"


Reply via email to