Unable to copy the content from any of my Page/Post

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/24/2013 10:45:22 PM
Gravatar
Total Posts 58
"Digg-in yourself to achieve excellence!" Follow #GPsays

Unable to copy the content from any of my Page/Post

Hi Joe,

Im experiencing a new issue, is that a feature or a bug? Im little confused.
Im unable to copy the pasted text or posted content from my site, it ends up adding a suffix showing "- See more at: http://SiteName/blog/ArticleName.aspx#sthash.fiICupF6.dpuf". Now how will i disable this or have this enabled only for the Posted content of my blog posts, rather than having this enabled for all the content, as this function is disturbing me even in edit mode :-/
Plz. help.
Thanks.

Guruprasad

5/28/2013 12:48:48 PM
Gravatar
Total Posts 18439

Re: Unable to copy the content from any of my Page/Post

There is nothing in mojoPortal that is designed to do that, maybe you have some weird browser extension or plugin or even a virus on your computer that manipulates things you copy to your clipboard. It is certainly neither a feature nor a bug in mojoPortal.

6/5/2013 3:58:25 PM
Gravatar
Total Posts 58
"Digg-in yourself to achieve excellence!" Follow #GPsays

Re: Unable to copy the content from any of my Page/Post

Hi Joe,

I had a hunch whether it could be of my guess, it really worked out. This issue was caused due to enabling ShareThis widget and its Javascript Files in the website.

After removal of these lines, as mentioned below. The issue was fixed. There were no Malware that caused this issue.

Lines to be Removed/Commented out,

<script type="text/javascript">var switchTo5x = true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({ publisher: "xxxxxxxx-8bbc-xxxxxx-83c6-xxxxxxxxxxd2426", doNotHash: false, doNotCopy: false, hashAddressBar: false });</script>

6/5/2013 7:41:04 PM
Gravatar
Total Posts 58
"Digg-in yourself to achieve excellence!" Follow #GPsays

Re: Unable to copy the content from any of my Page/Post

One can specifically disable tracking jus by changing the values from "false" to "true" in this line, so out mojo will shake hand with ShareThis.

doNotHash: true, doNotCopy: false, hashAddressBar: false

Well works great for me now.

Thanks.

Regards,
Guruprasad
 

You must sign in to post in the forums. This thread is closed to new posts.