 |
deathkitty Apprentice
Joined: 14 Apr 2008 Posts: 105
|
|
|
|
 |
charneus Wizard

Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Mon May 25, 2009 8:55 am |
Confirmed on my end as well. Weird... it shouldn't be doing that at all.
Charneus |
|
|
|
 |
wrym Magician
Joined: 06 Jul 2007 Posts: 349 Location: The big palace, My own lil world
|
Posted: Tue May 26, 2009 7:15 am |
I was unable to replicate this problem with:
| Code: |
#say <a>www.google.com</a>
#say <a href="www.google.com">www.google.com</a> |
Can you post the line from the debugger that is causing the problem? |
|
_________________ "To the engineer, all matter in the universe can be placed into one of two categories: (1) things that need to be fixed, and (2) things that will need to be fixed after you've had a few minutes to play with them" - Scott Adams, The Dilbert Principle |
|
|
 |
charneus Wizard

Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Tue May 26, 2009 12:42 pm |
Upon further testing, I've learned that it only happens when it is sent to a child window. In the main window, it sends it correctly, but in the child window, it does do www.google.com&&www.google.com upon clicking it, though hovering over it correctly shows the link. *shrug*
Charneus |
|
|
|
 |
deathkitty Apprentice
Joined: 14 Apr 2008 Posts: 105
|
Posted: Tue May 26, 2009 1:07 pm |
? there is no "line from the debugger"
I went to Tools Script Debugger and it just doesn't show up there at all |
|
|
|
 |
Erasmus Wanderer
Joined: 04 Aug 2004 Posts: 82 Location: Philadelphia
|
Posted: Tue May 26, 2009 3:47 pm |
I actually have this problem sporadically in Zmud 7.21. Don't have the code in front of me, but I'll post tonight when I get home if I remember.
Basically, I turned the "Vote for Aard" (or whatever it is exactly that Aardwolf will insert in front of your prompt every 13 hours) into a clickable link (underlining is turned off if that makes a difference). Problem seems to occur if either I hold the mouse down too long, or if I click on a blank space in the link.
Oh, I click the link directly from the main output window, and not a child window. |
|
_________________ Erasmus |
|
|
 |
charneus Wizard

Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Tue May 26, 2009 4:44 pm |
zMUD and CMUD are two different programs, though, and zMUD isn't developed anymore. We need to stay specifically on this problem in CMUD so we can at least get this bug fixed. :P
As far as the code goes, it might just be something you've added in extra. Not sure...
Charneus |
|
|
|
 |
Erasmus Wanderer
Joined: 04 Aug 2004 Posts: 82 Location: Philadelphia
|
Posted: Tue May 26, 2009 8:40 pm |
I am aware that they are 2 different programs. My main point was that this problem is producable in Zmud as well. It may help Zugg narrow down exactly what the bug is by knowing whehter or not it has to do with some code that was written for Cmud or was carried over.
|
|
_________________ Erasmus |
|
|
 |
charneus Wizard

Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Tue May 26, 2009 10:41 pm |
It would most definitely be something new in CMUD, since it was written from scratch. While the functions may remain the same, it's not the same (at all) as zMUD. Also, this bug did not exist in earlier versions of CMUD (at least, not that I can remember). And again, it only happens in child windows, not the main, so it might be the child window is copying the URL bit twice.
Edit: Actually, upon testing, I disabled the Clickable URLs package for the child window, and it works properly now... I guess since it's sending it once from the main window and once in the child window, it adds the && to it. Odd.
Charneus |
|
|
|
 |
deathkitty Apprentice
Joined: 14 Apr 2008 Posts: 105
|
Posted: Fri May 29, 2009 10:43 am |
It doesn't only happen in child windows, it happens in my main window
I do have a child window that is made by the mud with MXP though, but that is not where I am clicking |
|
|
|
 |
|
|
|