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

Web backend generates double header bar #2194

Closed
freakboy3742 opened this issue Nov 5, 2023 · 0 comments · Fixed by #2195
Closed

Web backend generates double header bar #2194

freakboy3742 opened this issue Nov 5, 2023 · 0 comments · Fixed by #2195
Labels
bug A crash or error in behavior. web The issue relates to supporting the web as a platform.

Comments

@freakboy3742
Copy link
Member

Describe the bug

Via tetsuo29 on Discord.

When running an app with the Toga web backend, the titlebar of the app is displayed twice.

Steps to reproduce

  1. Run Tutorial 0 with the web backend.

Expected behavior

The titlebar should only be displayed once.

Screenshots

image

Environment

  • Operating System: All (tested on macOS)
  • Python version: All (tested on 3.10)
  • Software versions:
    • Briefcase: 0.3.16
    • Toga: 0.4.0

Logs

n/a

Additional context

The issue appears to be that menu creation is being triggered twice, and the "old" menu isn't being destroyed in the process.

@freakboy3742 freakboy3742 added bug A crash or error in behavior. web The issue relates to supporting the web as a platform. labels Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior. web The issue relates to supporting the web as a platform.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant