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

Login labels over each other #347

Closed
2 tasks done
jicho opened this issue Jan 7, 2024 · 2 comments
Closed
2 tasks done

Login labels over each other #347

jicho opened this issue Jan 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jicho
Copy link

jicho commented Jan 7, 2024

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

When I login I get the following with the labels in Safari:
image
For some reason they are overlapping...

I think that I see the both Dutch (in my case) and English translation displayed both.

👟 Reproduction steps

Go to the login page with a translation and view the input fields without placing the focus on them.

👀 Expected behavior

See only one label :)

😓 Actual Behavior

I see two labels/placeholders in 1 input field.

Looking at the HTML source I think it has something to do with this:

<div data-v-e469ef08="" class="form-floating mt-3">
   <input data-v-e469ef08="" id="floatingPassword" type="password" class="form-control" placeholder="Password" autocomplete="current-password" required="">
   <label data-v-e469ef08="" for="floatingPassword">Wachtwoord</label>
</div>

You get the "Password" as a placeholder and a "Wachtwoord" (Dutch version of "Password") as a label.
I think the label is placed over the input field and that why I'm seeing both Dutch and English...

I guess that the problem is solved when the translation of the place holder is fixed or... when the placeholder is disabled or... when the label is only shown when the focus is on the field.

Dockge Version

1.4.1

💻 Operating System and Arch

Synology NAS + Docker

🌐 Browser

Chrome 120.0.6099.199 / Safari 17.2.1 (19617.1.17.11.12)

🐋 Docker Version

Lastest version of Synology

🟩 NodeJS Version

No response

📝 Relevant log output

No response

@jicho jicho added the bug Something isn't working label Jan 7, 2024
@cyril59310
Copy link
Contributor

I opened a pull request to fix this issue two days ago. #342

@louislam
Copy link
Owner

Closed by #342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants