Metadata
- Source
- FLUID-726
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Michelle D'Souza
- Reporter
- Anastasia Cheetham
- Created
2008-06-09T15:11:59.000-0400 - Updated
2008-06-23T17:34:59.000-0400 - Versions
- N/A
- Fixed Versions
-
- 0.4
- Component
-
- Inline Edit
Description
The ENTER key does not work properly to activate the inline edit field (the SPACE key does work). When ENTER is pressed, component does successfully enter 'edit' mode, but the ENTER event is (for some unknown reason) propagated to the input field, which triggers the end of the edit mode.
dev-iteration35
Comments
-
Michelle D'Souza commented
2008-06-09T16:05:34.000-0400 This was fixed by a work around from Colin that wraps the 'focus' in a setTimeout. It looks like the underlying problem is a bug in Firefox.