public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
* gnatsweb/311: Mailto URLs don't work properly in MSIE
@ 2001-10-20 11:44 yngve.svendsen
  2001-10-20 12:08 ` Michael Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: yngve.svendsen @ 2001-10-20 11:44 UTC (permalink / raw)
  To: pdm-gnats, gnats-prs, bug-gnats

>Number:         311
>Category:       gnatsweb
>Synopsis:       Mailto URLs don't work properly in MSIE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 12 09:05:15 -0500 2001
>Originator:     Yngve Svendsen
>Release:        
>Organization:

>Environment:

>Description:
The "send mail to interested parties" mailto link does not work quite as it should in MSIE. The View PR URL that is supposed to appear in the body of the message created by the mailto link lacks the option part, i.e. everything after "gnatsweb.pl".
>How-To-Repeat:

>Fix:
Essentially encode the body value of the mailt URL twice for MSIE. Will require some fiddling with the encoding of & and ?, though.
>Unformatted:
 

_______________________________________________
Gnats-prs mailing list
Gnats-prs@gnu.org
http://mail.gnu.org/mailman/listinfo/gnats-prs


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnatsweb/311: Mailto URLs don't work properly in MSIE
  2001-10-20 11:44 gnatsweb/311: Mailto URLs don't work properly in MSIE yngve.svendsen
@ 2001-10-20 12:08 ` Michael Richardson
  2001-10-20 16:43   ` Yngve Svendsen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Richardson @ 2001-10-20 12:08 UTC (permalink / raw)
  To: yngve.svendsen; +Cc: pdm-gnats, gnats-prs, bug-gnats


MSIE can not expand + into a space in a mailto.
%20 works however for all browsers. 
I do not know if this is the problem as the bug report is too terse.


_______________________________________________
Gnats-prs mailing list
Gnats-prs@gnu.org
http://mail.gnu.org/mailman/listinfo/gnats-prs


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnatsweb/311: Mailto URLs don't work properly in MSIE
  2001-10-20 12:08 ` Michael Richardson
@ 2001-10-20 16:43   ` Yngve Svendsen
  0 siblings, 0 replies; 3+ messages in thread
From: Yngve Svendsen @ 2001-10-20 16:43 UTC (permalink / raw)
  To: Michael Richardson; +Cc: pdm-gnats, gnats-prs, bug-gnats

At 13:30 12.12.01 -0700, Michael Richardson wrote:

>MSIE can not expand + into a space in a mailto.
>%20 works however for all browsers.
>I do not know if this is the problem as the bug report is too terse.

There problem here is the 'Body' part of the URL. MSIE decodes the value of 
this parameter before sending it to the mailer. Thus, we actually need to 
decode this part of the mailto URL twice, once for the browser and once for 
the mailer, when the browser is MSIE. There are also several other small 
inconsistencies between browsers, so it is going to be a bit of a puzzle to 
make it work across most browsers. Basically, advanced mailto URLs 
constitute a very complicated scientific subject.

- Yngve


_______________________________________________
Gnats-prs mailing list
Gnats-prs@gnu.org
http://mail.gnu.org/mailman/listinfo/gnats-prs


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-14 11:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-20 11:44 gnatsweb/311: Mailto URLs don't work properly in MSIE yngve.svendsen
2001-10-20 12:08 ` Michael Richardson
2001-10-20 16:43   ` Yngve Svendsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).