[Tickets #884] browser compatibility
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Nov 25 06:32:19 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=884
-----------------------------------------------------------------------
Ticket | 884
Updated By | m.zdila at episoftware.com
Summary | browser compatibility
Queue | Horde Base
Version | HEAD
State | Feedback
Priority | 2. Medium
Type | Bug
Owners | Horde Developers
-----------------------------------------------------------------------
m.zdila at episoftware.com (2004-11-25 06:32) wrote:
e.g.: login.php, line 135: MSIE 5.0 error message: 'undefined' is
undefined
You should use if (typeof something == 'undefined') { ...
I've grepped out theese lines:
===> cut here <===
gollem/templates/login/login.inc:20: if (e != undefined &&
!enter_key_trap(e)) {
imp/templates/login/login.inc:67: if (e != undefined &&
!enter_key_trap(e)) {
js/image.js:27: if (no_cache == undefined) {
js/image.js:54: if (ratio == undefined) {
templates/common-footer.inc:11:if (typeof(_setHordeTitle) == undefined &&
parent.frames.horde_main) parent.document.title = '<?php echo
addslashes($registry->get('name') . ' :: ' . $title) ?>';
templates/javascript/form_sections.js:23: this._openSection = undefined;
templates/javascript/keybindings.js:48: if (_keyMap[key] == undefined) {
templates/login/login.inc:13: if (e != undefined && !enter_key_trap(e))
{
turba/templates/block/minisearch.inc:5: if (e != undefined &&
!enter_key_trap(e)) {
===> cut here <===
More information about the bugs
mailing list