In Dojo 1.1.1 using Firefox 3 (and only that browser as far as I know), when I initialize the ThumbnailPicker for my dojox.image.Gallery, the following error is thrown:
Error: Permission denied to get property XULElement.accessibleType
Stack:
_updateNavControls() - ThumbnailPicker.js (line 526)
init() - ThumbnailPicker.js (line 189)
setDataStore(...) - ThumbnailPicker.js (line 243)
This happened after I set isScrollable to false because the dojox.fx.smoothScroll function doesn't work in FF3 or in FF2.
I'm going to catch this error and ignore it, because everything seems to work, but just wanted you all to know about it so it can be fixed.
Thanks,
Eric