Hi, I got a question for other developers.
I'm testing some things, and I have found that GetParentElement isn't reliable in IE, if the user moves the caret with the mouse the FCKSelection.GetType is Text, but if he does it with the keyboard is None, and then GetParentElement doesn't give the parent element of the point where the user is at the moment.
So I have disabled that check:
// case 'None' :
// return ;
and now I think that it works better for me.
Can somebody else share their experience?
thanks.
I'm testing some things, and I have found that GetParentElement isn't reliable in IE, if the user moves the caret with the mouse the FCKSelection.GetType is Text, but if he does it with the keyboard is None, and then GetParentElement doesn't give the parent element of the point where the user is at the moment.
So I have disabled that check:
// case 'None' :
// return ;
and now I think that it works better for me.
Can somebody else share their experience?
thanks.
RE: Change in GetParentElement for IE
I didn't know that func was available, I guess it would be pretty easy to add a plugin that displays the current DOM location, neh? Hmmm....
RE: Change in GetParentElement for IE
you can find that plugin here: https://sourceforge.net/tracker/index.p ... tid=737639