tiff / wysihtml5

Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
http://xing.github.com/wysihtml5/
MIT License
6.49k stars 1k forks source link

Page scrolls up intead of the caret moving down #432

Open vzhilov opened 11 years ago

vzhilov commented 11 years ago

I use wysihtml5 editor. I can type a text normally only till it fits the textarea window. After that a scroll bar appears (which is fine) but let's say I want to type new line on the very top of the text area and when I press enter the line which was just typed moves up outiside of the top border of text area and cursos stays on the same first line. So in order to see the first line in the document I just typed I need to scroll one line up. All that instead of the text line stays in place and cursor moves one line down.

That is not usual text editing beheavor. WHy is that? Is that an CSS issue?

sasiclickdesk commented 10 years ago

I got the same problem and even in demo page it is working like that - http://xing.github.io/wysihtml5/examples/advanced.html

Can anyone helpme to get through this?

Thank you Sasi

Waxolunist commented 10 years ago

try an active developed fork: https://github.com/Edicy/wysihtml5