Tagged Questions
4
votes
2answers
1k views
Why does FF3 say “Permission denied to get property HTMLDivElement.tagName”?
When I run this through FireFox 3:
<script type="text/javascript" src="../resources/dojo-1.2.3-src/dojo/dojo.js" djConfig="parseOnLoad: true"></script>
<script type="text/javascript" ...
0
votes
0answers
114 views
dijit.InlineEditBox line-breaks issue in Chrome
I am trying to use "dijit.InlineEditBox" on a page to allow user to change a field on the page. The issue I am facing here is it's behavior in Chrome and Firefox is different. I am using the following ...
0
votes
0answers
95 views
Dojo InlineEditBox, how to prevent blur based on postCreate value
I have InlineEditBox that I want to do something specific with. When the editNode is loaded and displayed when the InlineEditBox receives an _onClick event, I want to connect a function in a parent ...