History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2086
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jen Bourey
Reporter: Matt Peterson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

User Manager Channel (password management) has an emply list when trying to change the selected user

Created: 12/Jun/08 07:52 PM   Updated: 15/Sep/08 06:47 PM
Component/s: Administration
Affects Version/s: 3.0.0
Fix Version/s: 3.0.1, 3.1.0-M1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. XML File CUserManager.choose.xsl (3 kb)
2. XML File CUserManager.choose_en_US.xsl (3 kb)

Environment: Firefox Browser


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
Matt Peterson [12/Jun/08 07:59 PM]
We fixed this bug locally by moving the closing xsl:element tag to after the body content of the option has been rendered in 'person' template (line 91) of the following files (attached):

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


Eric Dalquist [15/Sep/08 06:47 PM]
Closing issues that have been released