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

Page title field becomes unfocused after entering one character #4435

Closed
johnsicili opened this issue Nov 17, 2024 · 1 comment · Fixed by #4436
Closed

Page title field becomes unfocused after entering one character #4435

johnsicili opened this issue Nov 17, 2024 · 1 comment · Fixed by #4436
Assignees
Labels
area:pages Multi-page experience prio:1 The most important thing to work on type:bug Something isn't working

Comments

@johnsicili
Copy link
Contributor

Try changing the page title field and you can only type in one character then have to click in again for another character.

  1. Click into page title field
  2. Try typing hello
  3. See only "h"
pagetitle.mp4

Maybe the result of tooltip delay fixes? 🤷 Only other thing I can think of was the change where clicking into Page Settings makes that page active.

@johnsicili johnsicili added type:bug Something isn't working prio:1 The most important thing to work on area:pages Multi-page experience labels Nov 17, 2024
@istarkov
Copy link
Member

Fixed as fast fix at #4428

istarkov added a commit that referenced this issue Nov 18, 2024
…4436)

## Description

closes #4435

Cherry Pick from #4428

## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env` file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:pages Multi-page experience prio:1 The most important thing to work on type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants