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
When making a field editable that has an absolute position, the position of the element moves. In a more specific case, the editable field is an absolute position div inside a relative position div.
The text was updated successfully, but these errors were encountered:
Yes, this seems to be a bug. The quick fix is to bind an event listener to 'edit' and change the position of the textarea. (Here you have an example http://jsbin.com/akoxav/2/edit)
When making a field editable that has an absolute position, the position of the element moves. In a more specific case, the editable field is an absolute position div inside a relative position div.
The text was updated successfully, but these errors were encountered: