[Tickets #5805] Re: HTML with IE7

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Oct 26 08:21:53 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5805
-----------------------------------------------------------------------
 Ticket             | 5805
 Updated By         | f_roca at yahoo.com
 Summary            | HTML with IE7
 Queue              | IMP
 Version            | 4.0.4
 Type               | Bug
 State              | Not A Bug
 Priority           | 1. Low
 Owners             | 
+New Attachment     | Browser.patch
-----------------------------------------------------------------------


f_roca at yahoo.com (2007-10-26 01:21) wrote:

> Since I use IE7, I dont have the HTML option to write my message. 
> When I use IE6 it works fine.


missing statement in lib/Horde/Browser.php for IE7 

search for

switch ($this->_majorVersion) { 

and add the line 
"case 7: "
just after the line 
"case 6:"

or apply this patch 

Fr/








More information about the bugs mailing list