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

Key: UP-2063
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jen Bourey
Reporter: Jen Bourey
Votes: 0
Watchers: 0
Operations

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

AJAX menu radio buttons unselectable in IE6

Created: 20/May/08 09:44 AM   Updated: 21/May/08 11:03 AM
Component/s: User Interface, AJAX
Affects Version/s: 3.0.0-RC3, 3.0.0
Fix Version/s: 3.0.1, 3.1.0-M1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 All   Comments   Work Log   Change History   FishEye      Sort Order:
Jen Bourey [21/May/08 10:27 AM]
Changed dynamic radio button generation to be of the form

document.createElement("<input>")

rather than

document.createElement("input")

This change was made for IE only.