id summary reporter owner description type status priority milestone component version resolution keywords cc 4876 Better support for pasting text with tabs Wiktor Walc "Problem: when pasting text with a tab, tab is changed into one space in IE (or space surrounded by `` in Safari). Sometimes users are using tabs to indent text. After creating text in notepad (for example), they copy that text into the editor... and notice the problem that text is not anymore indented as they expected it to be (tab is not shown as 4 spaces or something like that). Instead of changing tabs automatically into one space, we could change them into configurable number of spaces (in a similar way like it is possible to set editor.config.tabSpaces). === Steps to reproduce === * create the following text in notepad: {{{ TestTest TestTest }}} (where `` is simply a tab) * copy and paste it in the editor * result in IE8: {{{

Test Test
Test    Test

}}} result in Safari 4.0.4: {{{

Test Test

Test    Test

}}} " New Feature closed Normal Core : Pasting 3.0 wontfix