Skip to content

RangeEditor does not behave consistently for wx and Qt #1771

@pbrod

Description

@pbrod

The RangeEditor behaves differently depending on if Qt or wx backend is used. The differences are listed below:

  • Qt never use the 'auto_set' feature, which means it can never automatically update the value for every key stroke in the text editor which wx can.
  • Wx can either update the value only on lost focus or a combinaton of lost focus, pushing the enter or tab keyboard in the text editor (the 'enter_set' feature), while Qt will only update on the combinaton of lost focus, pushing the enter or tab keyboard.
  • Qt truncates the value copied or typed to the text editor silently, while wx shows an error message and color the background of the text box red.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions