yairEO / fancyInput

Makes typing in input fields fun with CSS3 effects
1.93k stars 283 forks source link

Chrome Resize Textarea #11

Open bigspotteddog opened 11 years ago

bigspotteddog commented 11 years ago

On Chrome, I am able to get to the resize textarea thumb at the bottom right. If I drag the textarea to a bigger height and width, the input text flashes with each letter typed, then disappears, leaving me with an empty looking textarea. Neat effects though.

yairEO commented 11 years ago

well, it's just how the demo CSS and JS is set up, it's up to the developer to hook to the resize event of the textarea and resize the div surrounding it as well..it's not quite a part of the plugin, but something extra