RCU Forums - View Single Post - highlighting problem
View Single Post
Old 08-12-2007 | 08:37 PM
  #29  
tippy
Senior Member
 
Joined: Oct 2002
Posts: 1,415
Likes: 0
Received 0 Likes on 0 Posts
From: Town Creek, AL
Default RE: highlighting problem

ORIGINAL: Pushrod02 ... if you see a problem it's best to have a solution when you keep bringing it up. Lay down the stick bro the horse is dead.
How can it be a dead horse if others keep posting about the problem. Appears this horse is alive and well ...

Want to get truly annoyed with this ... In IE, go to Tools, Options, Advanced ... and uncheck the "Disable Script Debugging" for both IE and Other.

Now see how these great work arounds work.

BTW ... in case anyone is interested ... the debugger errors on LINE 17 on EVERY click in the textbox.
This is where the debugger dies:

function getActiveText(selectedtext) {
//bodytext = (document.all) ? document.selection.createRange().text : document.getSelection();
----> bodytext = (!window.getSelection()) ? document.selection.createRange().text : window.getSelection().toString();
//alert(bodytext);
if (selectedtext.createTextRange) {
selectedtext.caretPos = document.selection.createRange().duplicate();
}
}

As for providing a solution ... how can I??? The RCU software was working fine several months ago. Now it doesn't. Something on the RCU end is causing the issue and I am not an RCU software tech so it would be literally impossible for me to provide a solution to RCU to fix a problem they created.