Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting :rows-selectable="true" on ff-data-table breaks kebab menu #58

Closed
Steve-Mcl opened this issue Oct 13, 2022 · 1 comment · Fixed by #66
Closed

Setting :rows-selectable="true" on ff-data-table breaks kebab menu #58

Steve-Mcl opened this issue Oct 13, 2022 · 1 comment · Fixed by #66
Assignees
Labels
area:frontend For any issues that require work in the frontend/UI bug Something isn't working good first issue Good for newcomers size:S - 2 Sizing estimation point
Milestone

Comments

@Steve-Mcl
Copy link
Contributor

Current Behavior

chrome_cV5ONeOmpT

Clicking the kebab menu on a table results in the @row-selected event being fired.

Expected Behavior

Show the kebab menu and inhibit the @row-selected event

Steps To Reproduce

  • Add a ff-data-table with items
  • Set :rows-selectable="true" @row-selected="editRow"
  • in method editRow navigate to another view (e.g. this.$router.push({name: 'MyEditor', params: { id: row.id }))

Environment

  • FlowForge version: 0.10.0-git
  • Platform/OS: Windows
  • Browser: Chrome
@Steve-Mcl Steve-Mcl added the needs-triage Needs looking at to decide what to do label Oct 13, 2022
@Steve-Mcl Steve-Mcl added this to the 1.0 milestone Oct 13, 2022
@joepavitt joepavitt added bug Something isn't working good first issue Good for newcomers area:frontend For any issues that require work in the frontend/UI size:S - 2 Sizing estimation point and removed needs-triage Needs looking at to decide what to do labels Oct 14, 2022
@Pezmc
Copy link
Contributor

Pezmc commented Oct 27, 2022

Verified on staging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:frontend For any issues that require work in the frontend/UI bug Something isn't working good first issue Good for newcomers size:S - 2 Sizing estimation point
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants