-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Qv2 🔝Quasar v2 issuesQuasar v2 issuesarea/componentsbug/2-confirmedWe have reproduce the problem and confirmed that this is a bug.We have reproduce the problem and confirmed that this is a bug.flavour/umdkind/bug 🐞
Description
What happened?
Using this minimal example, the console logs a line "hello world" with each right-click on a row. However, changing the table to a grid prevents @row-contextmenu from being called.
What did you expect to happen?
@row-contextmenu should be called regardless of the configuration of the table
Reproduction URL
https://codepen.io/rstoenescu/pen/xxEvBLR
How to reproduce?
This will spawn a notif when right-clicked
<q-table @row-contextmenu="ctxMenu" :rows="[{ name: 'foo', age: 45 }, { name: 'bar', age: 42 }]"/>This will not, the only change being the addition of the grid property.
<q-table @row-contextmenu="ctxMenu" :rows="[{ name: 'baz', age: 45 }, { name: 'qux', age: 42 }]" grid/>Flavour
UMD
Areas
Components (quasar)
Platforms/Browsers
Microsoft Edge
Quasar info output
No response
Relevant log output
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Qv2 🔝Quasar v2 issuesQuasar v2 issuesarea/componentsbug/2-confirmedWe have reproduce the problem and confirmed that this is a bug.We have reproduce the problem and confirmed that this is a bug.flavour/umdkind/bug 🐞