[Bug 918] Changed - incorrect display of links when showinline html is on.

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 26 Mar 2002 12:28:40 -0400


http://bugs.horde.org/show_bug.cgi?id=918

*** shadow/918	Tue Mar 26 12:08:59 2002
--- shadow/918.tmp.26006	Tue Mar 26 12:28:40 2002
***************
*** 33,35 ****
--- 33,80 ----
  ------- Additional Comments From chuck@horde.org  03/26/02 12:08 -------
  Can you be more specific about "broken"? It's possible that we just catch more 
  potentially malicious HTML now.
+ 
+ ------- Additional Comments From more.speed@wanadoo.nl  03/26/02 12:28 -------
+ 
+ I think it is the other way around.
+ 
+ In imp3.1rc1  a part of the html code is:
+ 
+ -- start--
+ <title>New Views In Browser Photo!</title>
+ <cleaned_tag content="text/html; charset=iso-8859-1"
+ http-equiv=Content-Type>
+ <link rel="STYLESHEET" type="text/css"
+ href="http://images.netmechanic.com/includes/accessibility_results.css">
+ -- end --
+ 
+ In imp3.0 this is:
+ 
+ -- start--
+ <title>New Views In Browser Photo!</title>
+ <cleaned_tag content="text/html; charset=iso-8859-1"
+ http-equiv=Content-Type>
+ <cleaned_tagSHEETtype="text/css"
+ href="http://images.netmechanic.com/includes/accessibility_results.css">
+ -- end --
+ 
+ So my conclusion is that this stylesheet is now allowed and therefore
+ overides the normal stylesheet.
+ 
+ An other difference, the message starts in 3.0 with:
+ -- start--
+ <cleaned_tag sheets!
+ 
+ Netscape Navigator 6.1 can break sites that use Dynamic HTML. If your
+ site uses DHTML drop-down menus or scrolling text, you may have problem.
+ -- end --
+ 
+ And in 3.1 it is:
+ -- start--
+ <!--
+ New Browser Versions Can Cause Page Display Problems...
+ 
+ Have you checked your site with Internet Explorer 6.0 and Netscape
+ Navigator 6.1?
+ -- end --
+