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

Key: SAK-12612
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Lance Speelmon
Reporter: Peter A. Knoop
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai
SAK-9734

Eliminate unneccesary onkeypress event handlers

Created: 06-Jan-2008 11:06   Updated: 30-Oct-2008 03:14
Component/s: Chat Room, Accessibility
Affects Version/s: 2.4.0, 2.4.1
Fix Version/s: 2.5.0

Time Tracking:
Not Specified

2.4.x Status: None
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
onkeypress event handlers represent an accessibility barrier. There are a few places in the code where they are needed (e.g, in velocity tools like content, mailarchive, calendar), however, the rest can be eliminated. This is the umbrella task for their elimination. Please create separate tasks for each individual components that needs work and link them to this issue as sub-tasks.

See SAK-9734 for additional details.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Stephen Marquard - 30-Oct-2008 03:14
There is only 1 instance of this in the chat code, in chat-tool/tool/src/webapp/jsp/roomControl.jsp, where it is required.