Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[INTERNAL][FIX] Table: clickable controls should not fire selection c…
…hange

When the selectionBehavior is Row or RowOnly, clicking an active ObjectStatus should not fire
selection change

Change-Id: I8eb71e671229d2cd1ff73a50906f556249a9e2e4
BCP: 2180153935
  • Loading branch information
stoyanovski committed May 18, 2021
1 parent 492cd0e commit edbf002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sap.ui.table/src/sap/ui/table/extensions/Pointer.js
Expand Up @@ -21,7 +21,7 @@ sap.ui.define([

var KNOWNCLICKABLECONTROLS = [
"sapMBtnBase", "sapMInputBase", "sapMLnk", "sapMSlt",
"sapMCb", "sapMRI", "sapMSegBBtn", "sapUiIconPointer", "sapMBtnIcon"];
"sapMCb", "sapMRI", "sapMSegBBtn", "sapUiIconPointer", "sapMBtnIcon", "sapMObjStatusActive"];

/*
* Provides utility functions used this extension
Expand Down

0 comments on commit edbf002

Please sign in to comment.