Item8064: Editing an Extensions.EditTablePlugin-based table breaks all other Extensions.EditTablePlugin-based tables on the same page
Priority: Urgent
Current State: No Action Required
Released In:
Target Release:
Update: just realized this problem is fixed in the latest trunk (SVN 2706: Foswiki-1.0.2, Mon, 23 Feb 2009, build 2636), closing.
Steps to Reproduce
- Put the following sample code from the EditTablePlugin page onto a new page twice
%TABLE{"headerrows="1"}%
%EDITTABLE{ format="| label | text, 40 |" changerows="off" }%
|*Key*|*Value*|
| Name: | John Smith |
| Gender: | M %EDITCELL{select, 1, , F, M}% |
| DOB: | 1999/12/31 %EDITCELL{date, 10}% |
| City: | New York |
- Edit something in the first table (e.g. change the city)
- Save the first table
- Try editing the second table
Expected result
The original formatting (popup buttons etc.) is untouched in the second form.
Actual result
Formatting of the second table is lost, it is reduced to simple text fields (see rev 1 of
TestTopic11)
Notes
- I was able to reproduce this issue with Foswiki 1.0 and Twiki 4.2.1 (using EditTablePlugin 4.8.4 and 4.9)
- The problem did not exist sometime prior to August 2008, unfortunately, I am unable to determine which versions of the software were used
--
ChZ - 25 Feb 2009
This has been fixed with a recent update of ETP.
--
ArthurClemens - 25 Feb 2009