FLUID-1766: Defining 2 inline edits makes it unreliable

Metadata

Source
FLUID-1766
Type
Bug
Priority
Critical
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
Nicolaas Matthijs
Created
2008-11-05T10:04:37.000-0500
Updated
2008-12-02T14:45:36.000-0500
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Inline Edit

Description

I defined 2 inline edits like this :

fluid.inlineEdits("#wrapper1", {
useTooltip: true,
finishedEditing: doSomething,
defaultViewText: " ",
});
fluid.inlineEdits("#wrapper2", {
useTooltip: true,
finishedEditing: doSomething,
defaultViewText: " "
});

It looked like only the first one got initiated. All of the fields in #wrapper2 didn't do anything.

Comments

  • Antranig Basman commented 2008-11-11T11:18:33.000-0500

    I currently can't verify this issue. I have added a test case to the "manual tests" for InlineEdit which makes a second call to fluid.inlineEdits as above, and it seems to be working fine.