Detail Row Enabled Causes Incorrect Count When Using List Edit Bulk Selection on Australia Patch 1DescriptionWhen detail rows are displayed in list views (e.g., short description beneath each record) the bulk selection counter shows more records than are actually selected. This occurs specifically when users select rows using Shift + arrow keys or Shift + mouse drag. The UI displays an inflated count, leading to confusion and apparent mismatches between the displayed count and the records that are updated. The underlying update operation processes none records, one record or the number of record displayed on the count section). Steps to Reproduce 1. Enable detail rows by setting the dictionary attribute all_tables.detail_row=short_description on the task table and the system property glide.ui.list.detail_row=true, then clear the cache. 2. Open any list view, such as incident.list or task.list. 3. Hold Shift and use the Arrow Down/Up keys or click and drag the mouse while holding Shift to select multiple rows. 4. Initiate an inline bulk update on a selected cell. 5. Observe that the selected record count displayed is higher than the actual number of records and that updates apply inconsistently. (It may update none, one or the number displayed on the count)Workaround- Temporarily remove or hide the detail row when performing bulk edits- Remove the all_tables.detail_row=short_description dictionary attribute- Set the glide.ui.list.detail_row system property to false- Use the "Update Selected" UI action from the column header context menu instead of inline list editingRelated Problem: PRB2023568