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
Placing an expanding textarea next to a floating div, such as a field label, causes the textarea to render on top of the div in Chrome, but not Firefox or IE:
While trying to figure out what was going on, I toggled off and on the position rule on the embedded textarea and found doing so magically fixed the positioning issue.
Changing positioning to static, forcing a redraw, and then switching back to position:absolute seems to do it: http://jsfiddle.net/bbpennel/ge856/1/
Just trying to trigger a redraw is enough though.
The text was updated successfully, but these errors were encountered:
This layout stuff is always tricky. This is probably an issue with the generated markup and css expecting to take up the full width of the container. Interesting that it doesn't happen in other browsers though.
Placing an expanding textarea next to a floating div, such as a field label, causes the textarea to render on top of the div in Chrome, but not Firefox or IE:
http://jsfiddle.net/bbpennel/NvHr7/
While trying to figure out what was going on, I toggled off and on the position rule on the embedded textarea and found doing so magically fixed the positioning issue.
Changing positioning to static, forcing a redraw, and then switching back to position:absolute seems to do it:
http://jsfiddle.net/bbpennel/ge856/1/
Just trying to trigger a redraw is enough though.
The text was updated successfully, but these errors were encountered: