I have a textbox inside the richlistbox.
When textbox is clicked to get focus, an
uncaught exception: Permission denied to call method 
HTMLDivElement.getAttribute
is reported.

I have tried with:
user_pref("capabilities.policy.default.HTMLDivElement.getAttribute", 
"allAccess");

and:

user_pref("capabilities.policy.*.HTMLDivElement.getAttribute", "allAccess");

and:

user_pref("capabilities.policy.HTMLDivElement.getAttribute", "allAccess");

inside prefs.js - without success.

Any ideas?

Thanks,
Strahinja Videnovic
_______________________________________________
dev-security mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-security

Reply via email to