Metadata
- Source
- FLUID-777
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Michelle D'Souza
- Reporter
- Michelle D'Souza
- Created
2008-06-16T15:30:39.000-0400 - Updated
2008-06-23T17:42:48.000-0400 - Versions
-
- 0.4
- Fixed Versions
-
- 0.4
- Component
-
- Inline Edit
Description
To recreate this issue, look at an inline edit example with multiple inline editors on the page such as: http://build.fluidproject.org/fluid/sample-code/inline-edit/announcements/announcements.html
Click on the first Inline Edit. Click in the text box. You will see that a different Inline Edit component has browser focus. Pressing enter right now will put the other Inline Edit into edit mode.
Comments
-
Michelle D'Souza commented
2008-06-17T08:53:35.000-0400 I tried to write an automated test to show this bug, however, QUnit is interfering with normal browser focus and I can't reproduce it.
-
Michelle D'Souza commented
2008-06-17T09:31:43.000-0400 The click handler on the body was causing focus to be put on a different Inline Edit component when the user clicked inside an edit field.