This question is locked. New answers and comments are not allowed.
When a text is pasted into google chrome from notepad, it appears the text is hasnt been pasted in (its not rendered in the html
editor), but when you post the data, its there, it seems to be surrounded by divs with class t-paste-container
is it possible to make that customisable, so we can choose to do br rather than a lot of divs, also it will be nice to allow the user to choose the paste mode.
also I think the paste in chrome is incorrect and should only wrap paragraphs only when it sees line breaks, it seems to mimik what the screen is when you copy the text. so if I change my window size, the div containers are applied differently from the previous size, I believe this is incorrect functionality. Firefox, opera and IE (9) does this correctly.
editor), but when you post the data, its there, it seems to be surrounded by divs with class t-paste-container
is it possible to make that customisable, so we can choose to do br rather than a lot of divs, also it will be nice to allow the user to choose the paste mode.
also I think the paste in chrome is incorrect and should only wrap paragraphs only when it sees line breaks, it seems to mimik what the screen is when you copy the text. so if I change my window size, the div containers are applied differently from the previous size, I believe this is incorrect functionality. Firefox, opera and IE (9) does this correctly.