FLUID-511: Key stroke captured when content of a selectable item has focus.

Metadata

Source
FLUID-511
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2008-04-16T09:04:27.000-0400
Updated
2008-06-23T17:52:56.000-0400
Versions
N/A
Fixed Versions
  1. 0.3
Component
  1. Reorderer

Description

This issue has always been a problem but was less obvious when the key strokes we were listening to were the arrow keys. Now that we also use letters we must ensure that we only capture the keystroke when one of the selectable items have focus.

A good example of the problem can be seen in the the portlet reordering example.

1. Tab to a text box
2. Type 'i'
3. Instead of typing the character 'i' into the text box, focus is moved to the portlet above.