mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03578
Re: [Bug 1265379] Re: MXP: <SEND> ignores text between open and close tags
Humm, I know very little about MXP but I was looking through
http://www.zuggsoft.com/zmud/mxp.htm to try and get my head around this
and my first though is that "#" is a reserved character in (HTTP:) URIs
see http://tools.ietf.org/html/rfc3986#section-2.2 (<- note the use here
of "#" and you might see what it is reserved FOR!)
On 31/01/14 12:44, xtian wrote:
> Ok. So, I have to retract parts of my statement, as the problem happens
> in a very specific test case.
>
> The /exact/ test-case is:
>
> <SEND href="#">blubb</SEND>
>
> So, when the command-to-send is a hash.
> I checked-out the specs again, and found nothing why the hash should not be used for this.
>
>
> You can test it here:
>
> - connect to avalon.mud.de
> - (wait 3s)
> - on the login-screen just type (ignore everything else): "term mudletbug". The second line has the link that is not working.
>
>
> thanks,
> xtian
>
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1265379
Title:
MXP: <SEND> ignores text between open and close tags
Status in Mudlet the MUD client:
New
Bug description:
Spec violation:
<SEND href="bla">blubb</SEND>
should display "blubb" but on click, the sent command should be "bla".
Mudlet displays "bla" instead.
See also:
http://www.zuggsoft.com/zmud/mxp.htm (search for "<SEND>")
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1265379/+subscriptions
References