|
Re: Text insertion browser bug [message #14732 is a reply to message #14729] |
Wed, 19 November 2003 15:14   |
|
Yes, I have seen this as well using Mozilla and Firebird. I figured it was just one of those java scripts that only works "right" with IE (for whatever reason). I usually wind up letting it insert the code, then highlight and drag where I want it to go.
|
|
|
Re: Text insertion browser bug [message #14733 is a reply to message #14729] |
Wed, 19 November 2003 16:16   |
Ilia
 Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
remove from buddy list ignore all messages by this user
|
|
Actually the situation is like this. IE supports JavaScript functionality that allow FUDforum to get the current cursor position and even selected text.
In 2.6.0RC6 I've addewd a hack for Mozilla that allows it to put tags around selected text and I will try to get it to position the tags at the cursor as well.
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: Text insertion browser bug [message #15498 is a reply to message #15495] |
Wed, 17 December 2003 10:06   |
|
I am using RC10. It seems that Safari 1.1.1 (on the Mac) has a similar problem. When I click on a button, I get everything already in the textbox repeated, with the tag before it. So, for instance, if I type, "Hello" and hit the Italics button, I get:
Hello{I}{\I}Hello
(I changed the square brackets to braces, so you can see what I mean).
I believe that Safari is based on Konqueror. Its navigator.userAgent is:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/103u (KHTML, like Gecko) Safari/100.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|