Hi,
I have rendered "Table" control with the data. After populating the data when I clicked on Table Cell getting the below error in the Chrome browser console. (In the code I haven't hook CellClick event to the table control)
- Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: tabbable sap-ui-core.js:27
- i4.errorsap-ui-core.js:27
- i4.selectors.filter.PSEUDOsap-ui-core.js:27
- y4sap-ui-core.js:27
- i4.compilesap-ui-core.js:27
- B4sap-ui-core.js:27
- i4sap-ui-core.js:27
- $.findjquery-mobile-custom.js:15
- $.find.matchesSelectorjquery-mobile-custom.js:15
- Q.extend.filtersap-ui-core.js:27
- A1sap-ui-core.js:27
- Q.fn.extend.filtersap-ui-core.js:27
- sap.ui.table.Table._enterActionModeTable.js:107
- sap.ui.table.Table.onmouseupTable.js:70
- a._callEventHandlessap-ui-core.js:134
- a._handleEventsap-ui-core.js:134
- U._handleEventsap-ui-core.js:134
- psap-ui-core.js:16
- Q.event.dispatchsap-ui-core.js:27
- v3.handle
When I tried to add the attachCellClick event to the table control getting the following error, and data also not populating.
- Uncaught TypeError: Object [object Object] has no method 'attachCellClick' First.view.js:66
- sap.ui.jsview.createContentFirst.view.js:66
- (anonymous function)JSView.js:6
- d.runWithPreprocessorssap-ui-core.js:134
- sap.ui.core.mvc.JSView.onControllerConnectedJSView.js:6
- sap.ui.core.mvc.View._initCompositeSupportView.js:6
- E.extend.constructorsap-ui-core.js:134
- M.extend.constructorsap-ui-core.js:134
- E.extend.constructorsap-ui-core.js:134
- fsap-ui-core.js:122
- fsap-ui-core.js:122
- osap-ui-core.js:116
- sap.ui.viewView.js:6
- o.(anonymous function)sap-ui-core.js:116
- (anonymous function)
Can someone advice on this.
Thanks,
Rakesh