At times I have noticed the CBActivity will strip out any text that was pasted into a post when saving. @Mention tags remain as well as typed text, but pasted text is removed. Is there an easy workaround for this? Something I can live without, but my work-users have a hard time remembering they can't use paste when (in my setup) they add notes to an applicationÂ
FYI - the users are telling me that if the pasted text is the last thing entered into an Activity message it will be stripped. But if they type any amount of character after they paste something it keeps the pasted text and it displays fine.
Very strange, will look into the copy paste JS and see why it could be doing that.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Pasting seams to be saving in my tests. Can you provide exact steps to reproduce your issue? By last thing entered are they typing something then pasting and now the pasted doesn't save? Does the typed something mean anything or say an @mention then paste fails?
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
It appears that if the last interaction with the field is a paste, then that last interaction is stripped and not saved. But if there is any interaction with the field after a paste all previous pasted text is fine. Below are a handful of examples and results I just tested.
________________________ This works
Manually type: âThis is a testâ
Saved Result: âThis is a testâ
________________________ This fails to save
Paste: âI pasted this textâ
Result: Text turns red and no action when clicking the Post button
________________________ This works fine
Paste: âI pasted this textâ and then manually type âThis is a testâ
Saved Result: âI pasted this text This is a testâ
________________________ This does not work
Manually type: âThis is a testâ and then paste âI pasted this textâ
Saved Result: âThis is a test"
________________________ This works fine
Paste: âI pasted this textâ and then add any character anywhere to the field (say adding a space after âIâ or adding the letter âZâ before âtextâ
Saved Result: âIÂ pasted this Z textâ
________________________ This does not work
Paste: âI pasted this textâ and then add a âZâ before âtextâ, Then paste âI pasted this text againâ to the end
Saved Result: âIÂ pasted this Z textâ
________________________
Strange, that works perfectly fine in my tests. What browser are you using?
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.