Skip to content
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

Correct issues with event handlers and app startup in Textual backend #2267

Merged
merged 4 commits into from
Dec 10, 2023

Conversation

freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented Dec 9, 2023

Some of the changes made late in 0.3.X development weren't fully reflected in the Textual backend. This corrects those oversights.

  • The App impl needs to explicitly set the reference to self on the interface
  • Event handlers no longer need the initial "self" argument
  • Textual now appears to use title as a protected attribute on modal screens.
  • The name change of the multiselect argument on file dialogs has been made.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit a87c89c into beeware:main Dec 10, 2023
35 checks passed
@freakboy3742 freakboy3742 deleted the textual-fixes branch December 10, 2023 22:17
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

Successfully merging this pull request may close these issues.

2 participants