Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 9169

UI5 Table control Cellclick event exception

$
0
0

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)

 

  1. Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: tabbable sap-ui-core.js:27
    1. i4.errorsap-ui-core.js:27
    2. i4.selectors.filter.PSEUDOsap-ui-core.js:27
    3. y4sap-ui-core.js:27
    4. i4.compilesap-ui-core.js:27
    5. B4sap-ui-core.js:27
    6. i4sap-ui-core.js:27
    7. $.findjquery-mobile-custom.js:15
    8. $.find.matchesSelectorjquery-mobile-custom.js:15
    9. Q.extend.filtersap-ui-core.js:27
    10. A1sap-ui-core.js:27
    11. Q.fn.extend.filtersap-ui-core.js:27
    12. sap.ui.table.Table._enterActionModeTable.js:107
    13. sap.ui.table.Table.onmouseupTable.js:70
    14. a._callEventHandlessap-ui-core.js:134
    15. a._handleEventsap-ui-core.js:134
    16. U._handleEventsap-ui-core.js:134
    17. psap-ui-core.js:16
    18. Q.event.dispatchsap-ui-core.js:27
    19. v3.handle

 

When I tried to add the attachCellClick event to the table control getting the following error, and data also not populating.

 

  1. Uncaught TypeError: Object [object Object] has no method 'attachCellClick' First.view.js:66
    1. sap.ui.jsview.createContentFirst.view.js:66
    2. (anonymous function)JSView.js:6
    3. d.runWithPreprocessorssap-ui-core.js:134
    4. sap.ui.core.mvc.JSView.onControllerConnectedJSView.js:6
    5. sap.ui.core.mvc.View._initCompositeSupportView.js:6
    6. E.extend.constructorsap-ui-core.js:134
    7. M.extend.constructorsap-ui-core.js:134
    8. E.extend.constructorsap-ui-core.js:134
    9. fsap-ui-core.js:122
    10. fsap-ui-core.js:122
    11. osap-ui-core.js:116
    12. sap.ui.viewView.js:6
    13. o.(anonymous function)sap-ui-core.js:116
    14. (anonymous function)

Can someone advice on this.

 

Thanks,
Rakesh


Viewing all articles
Browse latest Browse all 9169

Trending Articles