enthought / enthought/traitsui

Editor sync_value 'from' should use dispatch='ui'

Open
#629 0 comments 0 reactions 0 assignees View on GitHub
type: bug
Dominant language
Python
Stars
306
Forks
99
PR merge metrics
No merged PRs in 30d

Description

Looking at how it is used, almost every time there is some change to the state of a UI component in the handler. If this were to happen off of the main thread, there is the potential for problems.

Adding 'ui' dispatch will mean no change for how things happen on the main thread, but will fix the problem of off-main-thread changes to UI components.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.