Notes |
|
(0001187)
|
Dave Higton
|
2016-02-03 21:48
(Last edited: 2016-02-03 21:50) |
|
I've been experimenting, trying to send many different forms of URLs, but I haven't yet found one that works.
I don't know whether Messenger Pro is failing, or the URI module is failing, or I haven't yet found the right recipe to send a mailto: link through.
I can confirm that this form works as one would expect:
mailto:fred@scuttle.com?subject=Coals%20to%20Newcastle
so, in the subject field, %20 is correctly unescaped back to a space. Not so in the address part. Also brackets of any of the 4 shapes stop MPro from opening a window at all. I haven't yet found any escapes that work in the address field.
Quotes don't help, anywhere that I have thought to put them.
I'm using other sources of information to help fix the problem.
|
|
|
(0001196)
|
Kevin
|
2016-02-05 16:53
|
|
With Messenger Pro 7.06 and Netsurf 3346 the email addrezs and Subject appear to be filled in correctly. |
|
|
|
Kevin: exactly what email address and subject (what mailto link) did you try and find to work?
I've just reverted my MPro installation to 7.06 and it behaves identically to 7.08, i.e. it demonstrates the reported symptoms. There has been no change in NS in the area in question. |
|
|
(0001212)
|
Kevin
|
2016-02-09 19:37
|
|
I tried the one linked to in the main bug report:
http://charmborough.org/
I get email address: hiring@ left domain blank
and subject:
Charmborough Ring - Enquiry |
|
|
(0001213)
|
David Pitt
|
2016-02-10 07:25
(Last edited: 2016-02-10 07:30) |
|
Using NetSurf 3.4 (Dev CI #3381)
There are two 'mail' links on the reported page at http://charmborough.org/
The bottom left hand blue link is HTML and goes wrong in RISC OS Messenger Pro 7.08 with the address as Roger%20Booth%20%3Chiring-AT-charmborough.org and nothing in the Subject field.
Roger%20Booth%20<hiring-AT-charmborough.org>?subject=Charmborough%20Ring%20-%20Enquiry
At the bottom of the centre column text the link is javascript and works perfectly. If javascript is disabled then that link fails tp appear.
<script type="text/javascript">mail2("hiring","charmborough",11,"?subject=Charmborough%20Ring%20-%20Enquiry","mail us")</script>
N.B. email address amended slightly by me, just in case.
|
|