Skip to content

WIDGET_TEXT on Windows #1544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GillesDuvert opened this issue Mar 10, 2023 · 1 comment
Closed

WIDGET_TEXT on Windows #1544

GillesDuvert opened this issue Mar 10, 2023 · 1 comment

Comments

@GillesDuvert
Copy link
Contributor

Seems to be bugged, based on panel "TEXT" of test_widgets.pro (testsuite)

  1. "return" in non-editable text SOMETIMES modifies text and then it becomes editable???
  2. In contrary, "editable" widgets + all_events : edition is not performed with normal characters, and a return gives "NULL baseWidget found in GDLWidget::PushEvent( WidgetIDT baseWidgetID=0 ...)
  3. Not Editable + ALL_EVENTS: same as 2 (so:non edition is normal, but error on return is not.)
  4. only EDITABLE: indeed edited (ok) but null basewidget error on return.
@GillesDuvert
Copy link
Contributor Author

test changes in #1552

GillesDuvert added a commit that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant