Bug 821 - WMSBrowser (& instead of &)
: WMSBrowser (& instead of &)
Status: RESOLVED WONTFIX
: Chameleon
Widget
: 1.99
: Other Linux
: P2 normal
: 1.99 beta 4
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-11-08 05:13 by
Modified: 2004-12-02 21:32 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-11-08 05:13:20
Instead of '&' it should be '&' 
 
in mapbrowser_template_*.html 
 
Line 395 
<td class="bevel2" valign="bottom"><iframe frameborder="0" name="treeview" 
id="treeview" scrolling="No" width="330" height="395" 
src="[$gszCoreWebPath$]/widgets/WMSBrowser/WMSBrowser.php?template=mapbrowser_iframe_en.html&sid=[$SID$]"></iframe></td> 
 
 
<td class="bevel2" valign="bottom"><iframe frameborder="0" name="treeview" 
id="treeview" scrolling="No" width="330" height="395" 
src="[$gszCoreWebPath$]/widgets/WMSBrowser/WMSBrowser.php?template=mapbrowser_iframe_en.html&amp;sid=[$SID$]"></iframe></td>
------- Comment #1 From 2004-11-08 07:48:42 -------
Changed target to 1.99 RC1.
------- Comment #2 From 2004-11-08 15:54:13 -------
um.  Really?  Is this because it is an iframe that the URL should appear
differently that it would in, say the src='' element of an <img>?

Also, it does seem to work, at least for me.  What is the impact of not changing
it (i.e. what is occuring to make you suggest this change as a fix)?
------- Comment #3 From 2004-11-09 01:35:55 -------
The impact is, that I could not execute the buttons on the bottom, close 
and ... 
Perhaps there is more than that I could not execute on this site. (I don't 
know why, but it works for me now) 
I use FireFox 0.9.3 (Debian) 
I have used tidy to locate the bug. 
------- Comment #4 From 2004-12-01 12:30:16 -------
ok.  I checked this file with an online validator (www.htmlhelp.com) and it
doesn't report this particular error.  There are loads of other errors but not
this one.  I am really skeptical that this was the source of the problem.  In
any case, I'm marking as wontfix because the fix you are suggesting actually
breaks mapbrowser because the session id is not set correctly.