P Paul B XenForo moderator Staff member Jun 4, 2013 #1 This can be reproduced every time using Chrome and Win 7 The following image explains the issue: The final row of text has been copied from the second row but the bold formatting is not preserved.
This can be reproduced every time using Chrome and Win 7 The following image explains the issue: The final row of text has been copied from the second row but the bold formatting is not preserved.
mjda Well-known member Jun 5, 2013 #5 As stated above, I have the same problem with Chrome in Win7. I'm unable to reproduce it using Firefox 21 on Win7, though.
As stated above, I have the same problem with Chrome in Win7. I'm unable to reproduce it using Firefox 21 on Win7, though.
Floren Well-known member Jun 5, 2013 #7 Tabs are not kept also. Code: # Continue to process the script or not check_go() { local go echo -n "Continue? (y/n) " read go case $go in n|N|no|No|NO) exit 1 ;; *) esac } I see that the tabs are transformed into 4 spaces, is this the normal behaviour?
Tabs are not kept also. Code: # Continue to process the script or not check_go() { local go echo -n "Continue? (y/n) " read go case $go in n|N|no|No|NO) exit 1 ;; *) esac } I see that the tabs are transformed into 4 spaces, is this the normal behaviour?
Mike XenForo developer Staff member Jun 5, 2013 #8 Fix to be rolled out soon. We do a lot of copy/paste manipulation to make things work better. Here's a situation where it probably took out too much.
Fix to be rolled out soon. We do a lot of copy/paste manipulation to make things work better. Here's a situation where it probably took out too much.