Skip to main content
Nintex Community Menu Bar
Question

Rich Text in Modal in Lightning Page Bug

  • October 8, 2024
  • 2 replies
  • 38 views

Forum|alt.badge.img+20

Add this to the Opp object and test this XML. Once you’ve clicked into the rich text field you can’t set any other fields to have focus. 

<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false">

    <models>

        <model id="Opp" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Opportunity">

            <fields>

                <field id="Description_Rich_Text__c"/>

                <field id="Name"/>

            </fields>

            <conditions/>

            <actions/>

        </model>

    </models>

    <components>

        <skuid__buttonSet model="Opp" uniqueid="sk-1irP-15022">

            <groups>

                <skuid__buttonGroup uniqueId="sk-1irP-15020">

                    <buttons>

                        <skuid__button label="Edit in Popup" uniqueId="sk-1irP-15021">

                            <actions>

                                <action type="showModal">

                                    <skuid__modal title="Edit" width="640px" ariaRole="dialog">

                                        <components>

                                            <skuid__form showErrorsInline="true" model="Opp" uniqueid="sk-1irU-17415" mode="edit">

                                                <columns>

                                                    <column>

                                                        <sections>

                                                            <section title="New Section" showHeading="false">

                                                                <fields>

                                                                    <skuid__field id="Name" uniqueId="sk-1irY-19312"/>

                                                                    <skuid__field id="Description_Rich_Text__c" uniqueId="sk-1irY-19369"/>

                                                                </fields>

                                                            </section>

                                                        </sections>

                                                    </column>

                                                </columns>

                                            </skuid__form>

                                        </components>

                                    </skuid__modal>

                                </action>

                            </actions>

                        </skuid__button>

                    </buttons>

                </skuid__buttonGroup>

            </groups>

        </skuid__buttonSet>

    </components>

    <resources>

        <labels/>

        <javascript/>

        <actionsequences/>

    </resources>

    <background/>

    <interactions/>

    <surfaces/>

</skuid__page>

 

2 replies

Forum|alt.badge.img+3
  • Nintex Employee
  • October 18, 2024

I wasn’t able to duplicate this issue.  I was able to select the text editor and then select the name field.  Was that not working for you or are you talking about another field focus?

 

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • October 21, 2024

Hi @jeanguy_vachon 
Has your issue been resolved?