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

Firefox UI: Save Draft button is broken for other languages #68065

Open
3 of 6 tasks
Mayank-Tripathi32 opened this issue Dec 17, 2024 · 1 comment
Open
3 of 6 tasks

Firefox UI: Save Draft button is broken for other languages #68065

Mayank-Tripathi32 opened this issue Dec 17, 2024 · 1 comment
Labels
[Type] Bug An existing feature does not function as intended

Comments

@Mayank-Tripathi32
Copy link
Contributor

Description

Save Draft text is hidden behind the header panel (Post Title), It seems to be related to fix in #67069 which fixed the issue previously for english language.

Step-by-step reproduction instructions

  1. Change your website language to Deutsch (Österreich) and go to create new post.
  2. Reduce browser width to around 1200px wide
  3. See Save Draft text (dutch version) appearing behind the document bar as per screenshot.

Screenshots, screen recording, code snippet

Image
Image

Environment info

  1. WP 6.7
  2. Firefox 132.0.2
  3. macOS Sonoma 14.6.1
  4. No plugins
  5. Twenty Twenty-Five
  6. Gutenberg plugin: Disabled

Please confirm that you have searched existing issues in the repo.

  • Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

  • Yes

Please confirm which theme type you used for testing.

  • Block
  • Classic
  • Hybrid (e.g. classic with theme.json)
  • Not sure
@ramonjd
Copy link
Member

ramonjd commented Dec 18, 2024

It's more noticeable in German, but seems to be rather an issue with the grid resizing in Firefox.

I'm not sure but it might be related to this CSS rule:

grid-template: auto / $header-height minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) $header-height;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended
Projects
None yet
Development

No branches or pull requests

2 participants