vzeazy / hoverzoom

Automatically exported from code.google.com/p/hoverzoom
0 stars 0 forks source link

While running my MVC Project #757

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem description:Just debuging my C# MVC4 app and it seems hoverzoom has 
issues with it. I think it might be the broken images in the page but not sure. 
Not a big issue as hoverzoom works wonderfully on every other site but just 
giving a heads up.

URL (web address) where the problem occurs:

Hover Zoom version: 5.3
Google Chrome version: Version 36.0.1985.125 m
Operating system: Windows 8.1

Here is the console output:

Error in event handler for (unknown): Cannot read property 'classList' of null
Stack trace: TypeError: Cannot read property 'classList' of null
    at Object.hoverZoomPlugins.push.prepareImgLinks (chrome-extension://nonjdcjchghhkdoolnlbekcfllmednbl/plugins/gallery_a.js:8:27)
    at prepareImgLinks (chrome-extension://nonjdcjchghhkdoolnlbekcfllmednbl/js/hoverzoom.js:687:37)
    at init (chrome-extension://nonjdcjchghhkdoolnlbekcfllmednbl/js/hoverzoom.js:1168:13)
    at applyOptions (chrome-extension://nonjdcjchghhkdoolnlbekcfllmednbl/js/hoverzoom.js:795:13)
    at chrome-extension://nonjdcjchghhkdoolnlbekcfllmednbl/js/hoverzoom.js:836:17
    at messageListener (extensions::messaging:340:9)
    at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
    at EventImpl.dispatchToListener (extensions::event_bindings:397:22)
    at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
    at Event.publicClass.(anonymous function) [as dispatchToListener] (extensions::utils:89:26) extensions::uncaught_exception_handler:9
handler extensions::uncaught_exception_handler:9
exports.handle extensions::uncaught_exception_handler:15
EventImpl.dispatch_ extensions::event_bindings:384
EventImpl.dispatch extensions::event_bindings:403
publicClass.(anonymous function) extensions::utils:89
dispatchOnMessage extensions::messaging:304

Original issue reported on code.google.com by ashwinpa...@gmail.com on 23 Jul 2014 at 4:01