[Registry-dev] [jira] Created: (REGISTRY-241) JS error on adding
users and roles.
Krishantha Samaraweera (JIRA)
jira at wso2.org
Mon Mar 3 23:05:44 PST 2008
JS error on adding users and roles.
-----------------------------------
Key: REGISTRY-241
URL: https://wso2.org/jira/browse/REGISTRY-241
Project: WSO2 Registry
Issue Type: Bug
Components: UI
Affects Versions: SNAPSHOT
Environment: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11
Reporter: Krishantha Samaraweera
Assignee: Chanaka Jayasena
Priority: Minor
Go to peoples page and press "Add new user" and "Add new role" icons. Following js error was encountered when checked though firebug
document.getElementById(name + "Expanded") has no properties
expandIfNot("user")common.js (line 601)
onclick(click clientX=0, clientY=0)people (line 1)
[Break on this error] if(document.getElementById(name+'Expanded').style.display=='none'){
common.js (line 601)
document.getElementById(name + "Expanded") has no properties
expandIfNot("role")common.js (line 601)
onclick(click clientX=0, clientY=0)people (line 1)
[Break on this error] if(document.getElementById(name+'Expanded').style.display=='none'){
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Registry-dev
mailing list