FLUID-777: Multi Inline Editors: clicking multiple times in one of the editors causes focus to be applied to another editor

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
  1. 0.4
Fixed Versions
  1. 0.4
Component
  1. 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.