You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case where the placeholders are misplaced inside a absolute positioned container. I already added position relative to to div containers wrapping the label and input fields, but no luck. Once the same form is not positioned absolute, all renders fine. See the image attached for a visual impression.
I am using the latest plugin version running on Windows 7 and using IE9.
The text was updated successfully, but these errors were encountered:
After quite some more debugging it turned out that this issue is related to the display property set to none to hide the absolute positioned container.
The placeholder plugin calculates the offset of the input which is always 0 if the element or any of its parents is set to display: none.
Anyone facing this issue should consider changing the css property to visibility: hidden instead.
Authors or contributors may think about a solution bundled with the plugin.
I have a case where the placeholders are misplaced inside a absolute positioned container. I already added position relative to to div containers wrapping the label and input fields, but no luck. Once the same form is not positioned absolute, all renders fine. See the image attached for a visual impression.
I am using the latest plugin version running on Windows 7 and using IE9.
The text was updated successfully, but these errors were encountered: