Skip to content

A recent change caused a regression. Window on-move/on-resize events now fire continuously. #5763

Description

@greggirwin

on-move/on-resize should only fire when the move or resize stops, but now they fire continuously, like on-moving/on-resizing.

Red []

win: layout [size 640x480]

win/actors: make object! [
on-resizing: func [face event][print 'on-resizing]
on-resize: func [face event][print 'on-resize]
on-moving: func [face event][print 'on-moving]
on-move: func [face event][print 'on-move]
]

view/flags win 'resize

Red 0.6.6 for Windows built 31-Jul-2026/14:33:33-06:00 commit #f2dfd00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions