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

InputText: Float labels bug out when page loads with form auto-filled (webkit) #4533

Closed
RickKukiela opened this issue Oct 2, 2023 · 2 comments
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@RickKukiela
Copy link
Contributor

Describe the bug

I found this issue was already fixed in the primeng fork back in 2018 but the fix was never applied to the primevue fork: primefaces/primeng@d2abf21

I have created a PR that implements the same fix here. It should be an easy merge.

(Note the reproducer link is nothing, just put something since it's required entry and this issue does not require a reproduction IMO as its clearly documented as an issue on the primeng fork. If you need to reproduce it all you need to do is create a login form with float style InputText component labels and then load the page in chrome with autofill enabled with data for the given site so the login form is autofilled on page load).

Reproducer

https://codesandbox.io/s/primevue-create-vue-issue-template-kw9g6i

PrimeVue version

3.35.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

chrome / webkit

Steps to reproduce the behavior

No response

Expected behavior

No response

@RickKukiela RickKukiela added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 2, 2023
@RickKukiela
Copy link
Contributor Author

PR that fixes the issue: #4534

@mertsincan mertsincan added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Oct 5, 2023
@mertsincan mertsincan added this to the 3.35.1 milestone Oct 5, 2023
@mertsincan
Copy link
Member

Fixed in #4534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants