
|
If you were logged in you would be able to see more operations.
|
|
|
|
When trying to change the currently selected user within the user management channel, the channel displays an empty list of users to choose from when viewing in Firefox. This is due to mis-ordered option/text XHTML nodes. They are being produced by the XSL like this:
<option value="x"></option>Display text for x
<option value="y"></option>Display text for y
<option value="z"></option>Display text for z
I don't know the behaviour in other browsers, although I believe IE automagically renders the option list correctly despite the mis-ordered elements.
|
|
Description
|
When trying to change the currently selected user within the user management channel, the channel displays an empty list of users to choose from when viewing in Firefox. This is due to mis-ordered option/text XHTML nodes. They are being produced by the XSL like this:
<option value="x"></option>Display text for x
<option value="y"></option>Display text for y
<option value="z"></option>Display text for z
I don't know the behaviour in other browsers, although I believe IE automagically renders the option list correctly despite the mis-ordered elements. |
Show » |
|
uportal-war/src/main/resources/org/jasig/portal/channels/cusermanager/CUserManager.choose.xsl
uportal-war/src/main/resources/org/jasig/portal/channels/cusermanager/CUserManager.choose_en_US.xsl