dbackhausen / TasksTodoFirefox

The Mozilla Firefox extension for the task management and search support application Tasks Todo!
0 stars 0 forks source link

Autosize textarea not reseted #21

Closed dbackhausen closed 9 years ago

dbackhausen commented 9 years ago

The autosized textarea doesn't get reseted after a first object (e.g. goal or task) has been added with more than 2 lines of text. The next time the form pops up, the textfield has not the initial height.

dbackhausen commented 9 years ago

jQuery solution: $("#new-goal-form-input-title").css({"width":"", "height":"", "top": "", "left" : ""});