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>