| Issue 201: | Error, when callin nyro the first time | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
I am using the nyromanual to get a php generated page via ajax:
<div onclick="assignNyro2('myl', '64')">assign Nyro</div>
<br /> <a id="myl" href="#">my link</a>
<script type="text/javascript">
function assignNyro2(link, userid){
var sss = "$j(function() {$j('#" + link +
"').click(function(e)
{e.preventDefault();$j.nyroModalManual({minWidth: 550, url:
'http://www.mydomain.com/index2.php?option=com_comprofiler&task=userProfile&user="
+ userid + "'});return false;});})";
eval (sss);
}
It renders the page perfectly fine, but generates an error, when clicking
on the assigned link FIRST TIME only. When clicking on the same link 2nd
time, no errors generated. IE and FF return different errors:
1) FF: Permission denied to get property XULElement.accessibleType
(jquery-1.3.2.js (line 2370)
FF: Permission denied to get property XULElement.accessibleType ([Break on
this error] if ( elem.offsetWidth !== 0 )
jquery-1.3.2.js (line 770)
IE7: Error: object required (jquery-1.3.2.js break point: 2338
var isXML = function(elem)
==========================
After triggering the error the 1st time, it all works fine, i.e. clicking
on the link 2nd time generates no errors
Mar 20, 2009
#2
e...@abcstudio.com.au
Mar 22, 2009
Any help here?
Apr 9, 2009
in IE7, it's working great for me. Did you set a doctype on your HTML page? Could you send a link please?
May 14, 2009
any news about this issue?
May 14, 2009
Yes, I have fixed it by changing nyro code a bit; just cannot remember exactly what I changed - take a look if you can find any difference with your code.
Jul 9, 2009
(No comment was entered for this change.)
Status:
WontFix
|
||||||||