Item10916: When both js and non js controls are present, after a js row move, the pencils disappear.
Priority: Low
Current State: Closed
Released In: 2.1.0
Target Release: minor
When both js and non js controls are present, after a js row move, the pencils disappear.
A reload brings the pencils back.
--
PaulineCheung - 16 Jun 2011
Behaviour confirmed.
--
CrawfordCurrie - 24 Jun 2011
I ran into this too. The behavior is confusing. Is there some way to fix this?
--
LeilaPearson - 22 Mar 2014
can be fixed by changing
return $this->render( { with_controls => 0 }, {} );
to
return $this->render( { with_controls => 1 }, {} );
in moveRowCmd in
EditRowPlugin/Table.pm
--
PhilippHoppen - 02 Feb 2016
Thanks for the fix! Confirmed that it resolves the issue. Will be in Foswiki 2.1
--
GeorgeClark - 02 Feb 2016