morphic.js icon indicating copy to clipboard operation
morphic.js copied to clipboard

scrollmorph doesn't update scrollbars when morph is attached inside it

Open davidedc opened this issue 11 years ago • 0 comments

steps:

  • open scrollframe
  • open a morph so it only partially overlaps
  • attach the morph to the frame inside the scrollframe

like so: screen shot 2015-02-12 at 01 47 10

obtained:

  • the part of the morph outside the scrollframe is not cleared
  • the scrollframe doesn't show scrollbars screen shot 2015-02-12 at 01 47 52

expected:

  • the part of the morph outside the scrollframe should be cleared
  • the scrollframe should update its scrollbars screen shot 2015-02-12 at 01 47 26

(this is fixed in Zombie Kernel but can't reference exact commit, bisection might be necessary)

davidedc avatar Feb 12 '15 01:02 davidedc