Skip to content

Fix conflict in OSSDL2BackendWindow>>stopTextInput #844

@tinchodias

Description

@tinchodias

BlocHost-OSWindow-SDL2 package extends the class OSSDL2BackendWindow with:

stopTextInput
	"See https://wiki.libsdl.org/SDL_StopTextInput"

	self flag: 'does nothing for now since the current implementation is not thread safe.
	Bloc and Morphic can run in parallel on the same backend window in case a Morphic host is used for Bloc. The consequence is that text input is not activate when switching from a Morph to a BlElement because a stopTextInput can be sent from a Morph ** after ** a startTextInput has been correctly sent from a BlElement.'
	"sdl2Window stopTextInput"

how to fix it properly?

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