Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Auto-filled form fields not styled properly since 1.3 #5977

Closed
rbu opened this issue May 7, 2013 · 3 comments
Closed

Auto-filled form fields not styled properly since 1.3 #5977

rbu opened this issue May 7, 2013 · 3 comments
Assignees
Labels
Milestone

Comments

@rbu
Copy link

rbu commented May 7, 2013

Ever since form fields are wrapped in a div and the border styles are applied to the div.ui-input-text instead of the input element, auto-fill markers as used in Chrome and other browsers are totally off.

1.2.0
before

1.3.1
after

@jaspermdegroot
Copy link
Contributor

@rbu

Since 1.3.0 we wrap the text input in a div because we added the clear button option. Because we have to set padding right on the div for the clear button it was easier (read: less CSS required) to set the left/right padding on the div instead of the input in general.
I will give this another look for 1.4. Although this can't be fixed at the right side in case you use the clear button option.

@ghost ghost assigned jaspermdegroot May 7, 2013
@dwt
Copy link

dwt commented May 15, 2013

+1

@dwt
Copy link

dwt commented May 15, 2013

To add to that: would you be willing to also patch this in the 1.3 branch? I think it's certainly worthy of a fix there as it is a small controlled fix but looks majorly ugly in the current release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants