Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #7544] TypeError: dom is undefined #1324

Closed
icinga-migration opened this issue Nov 2, 2014 · 1 comment
Closed

[dev.icinga.com #7544] TypeError: dom is undefined #1324

icinga-migration opened this issue Nov 2, 2014 · 1 comment

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/7544

Created by dbareiro on 2014-11-02 15:14:01 +00:00

Assignee: (none)
Status: New
Target Version: Backlog
Last Update: 2015-05-18 12:18:10 +00:00 (in Redmine)

Icinga Version: 2.1.1-1
Icinga Web Version: 1.11.1
IDO Version: 2.1.1-1
OS Version: Debian GNU/Linux Wheezy 7.7
DB Type: MySQL
DB Version: 5.5.40
Browser Version: Iceweasel 33.0-2

Hi,

This error which has been presented multiple times is always the same. And apparently does not occur when I'm doing something specific, but on the automatic updates of the information presented in the web interface.

The following 16 error(s) occured, sorry for that:

Message: TypeError: dom is undefined
File: http://10.1.0.37/icinga-web/modules/appkit/squishloader/javascript
Line: 2534
Occured: 15/9/2014 12:08:09
Comment: No comment

I could say that I configured Firebug with the option to interrupt on all errors. Below the code section shown by Firebug when the error occurs:

   2531 | var me = this,
   2532 | dom = me.dom,
   2533 | hidden = Ext.isIE9m && me.isStyle('display', 'none'),
> 2534 | w = MATH.max(dom.offsetWidth, hidden ? 0 : dom.clientWidth) || 0;
   2535 | w = !contentWidth ? w : w - me.getBorderWidth("lr") - me.getPadding("lr");
   2536 | return w < 0 ? 0 : w;
   2537 | },

Thanks.

Best regards,
Daniel

@icinga-migration
Copy link
Author

Updated by berk on 2015-05-18 12:18:10 +00:00

  • Target Version set to Backlog

@icinga-migration icinga-migration added this to the Backlog milestone Jan 17, 2017
@dnsmichi dnsmichi removed this from the Backlog milestone Dec 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants