function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Fabrice76Fabrice76 

Duplicate text area edition in pageblocktable

Hi,

 

I've got a visual page with Output Fields with inline Edit support and i've got a problem (only) with the text area editing (255).

 

<apex:outputField value="{!c.AtlCampaignMember.Commentaire_future_action__c}" >
<apex:inlineEditSupport event="onClick" showOnEdit="BtnSauver,BtnAnnuler"/>
</apex:outputField>

 

The first time i'm editing a text area in a row of pageblocktable, it's ok, i've got a popup to edit the text area.

 

If i edit a second (or third and so on) text area (in another row), i've got a popup with multiple text area (the previous i edited and the current)...and then it doesn't work well to save.

Is it a bug ? Is there a way to edit this right (without a lot of changes) ?

 

Bug example