Skip to main content

Defect/Issue Description:
A description of the bug
Apply and Cancel buttons disappear when moving Mass Update dialog box


Environment:


  • API Version: (v1 or v2)
    v1

  • Release: (Chicago, Boston, etc)
    Spark

  • Release version: (Version Number)
    12.0.11

  • Platform: (Managed cloud or Salesforce)
    Salesforce

Brief Summary of the Defect/Issue:


An easy-to-understand description of the bug (e.g., “When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected appear to take on a checked value.”).

When performing a Mass Update from a table component, if the dialog box is moved with the mouse, the apply and cancel buttons disappear.
Action Performed:
The action that resulted in the bug

Table component. Default Mass Action option: Mass Update.

Select multiple records on the table. Select the “Mass Update Selected Rows” button. Click on the title bar of the dialog box and move the box.
Expected Result:
How the page should have performed

The Apply and Cancel buttons should not have disappeared.
Actual Result:
How the page actually performed

The Apply and Cancel buttons disappeared.
Additional Resources:
Please add any screenshots, videos, XML file(s) to help us reproduce the defect/ issue. See how to create a good test page]


Video: Screencastify


<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false">
<models>
<model id="Account_debug" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account">
<fields>
<field id="RecordTypeId"/>
<field id="Name"/>
<field id="Active__pc"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skootable showconditions="true" showsavecancel="true" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" hideheader="false" hidefooter="false" pagesize="10" alwaysresetpagination="false" createrecords="false" model="Account_debug" buttonposition="" mode="read" allowcolumnreordering="true" responsive="true" uniqueid="sk-e_j-140">
<fields>
<field id="Active__pc" hideable="true" uniqueid="fi-e-v-127"/>
</fields>
<rowactions>
<action type="edit"/>
<action type="delete"/>
</rowactions>
<massactions usefirstitemasdefault="true">
<action type="massupdate"/>
<action type="massdelete"/>
</massactions>
<views>
<view type="standard"/>
</views>
</skootable>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences uniqueid="sk-e_e-117"/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>```
Be the first to reply!

Reply