node-dom icon indicating copy to clipboard operation
node-dom copied to clipboard

Error

Open Insolita opened this issue 12 years ago • 3 comments

TypeError: Object #<Context> has no method 'getComputedStyle' at Object.offsetWidth (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:1354:38) at Object.core.resourceLoader.download (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:316:18) at Object.core.resourceLoader.load (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:239:11) at Object.core.Node.insertBefore (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:714:24) at Object.core.Node.appendChild (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:784:16) at Object.core.HTMLDocument.setTree (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:2089:26) at Object.core.HTMLDocument.setTree (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:2134:21) at Object.core.HTMLDocument.setTree (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:2134:21) at Object.core.HTMLDocument.setTree (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:2134:21) at Object.core.HTMLDocument.setTree (/home/solly/phjs/scripts/node_modules/node-dom/lib/browser/index.js:2134:21)

Insolita avatar Aug 09 '13 04:08 Insolita

Difficult to say, I don't know what you are loading, probably a mal-formed web page that node-dom does not understand (seems to be a problem with the document object)

Ayms avatar Aug 12 '13 23:08 Ayms

i try to load pages webmaster.yandex.ru , http://webmaster.yandex.ru/compare_regions.xml (required login before test its)

Insolita avatar Aug 18 '13 18:08 Insolita

How do you do this with node-dom (ie login) and if you send a "logged-in" request using node-dom what page are you loading exactly (html)?

Ayms avatar Sep 03 '13 15:09 Ayms