Skip to content

fix: Table overflow button has lower priority than grid tokens#1510

Merged
georgecwan merged 1 commit intodeephaven:mainfrom
georgecwan:1480-table-cell-link
Sep 13, 2023
Merged

fix: Table overflow button has lower priority than grid tokens#1510
georgecwan merged 1 commit intodeephaven:mainfrom
georgecwan:1480-table-cell-link

Conversation

@georgecwan
Copy link
Copy Markdown
Contributor

@georgecwan georgecwan commented Sep 12, 2023

  • The mouse handler for the table "view full contents" button was called after the mousehandler for cell tokens. This caused links inside the cell to open if the cell overflow button overlapped with a link inside the cell underneath it.

  • Priority for GridTokenMouseHandler changed to be after the CellOverflowMouseHandler.

  • Fixes Table Cell Link is Clickable Through the View Full Contents Icon #1480

@georgecwan georgecwan requested a review from mofojed September 12, 2023 17:44
@georgecwan georgecwan self-assigned this Sep 12, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1283a34) 46.42% compared to head (4dbcbf4) 46.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1510   +/-   ##
=======================================
  Coverage   46.42%   46.42%           
=======================================
  Files         558      558           
  Lines       35691    35691           
  Branches     8915     8915           
=======================================
  Hits        16571    16571           
  Misses      19069    19069           
  Partials       51       51           
Flag Coverage Δ
unit 46.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
packages/grid/src/Grid.tsx 64.50% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@georgecwan georgecwan merged commit 32e6d20 into deephaven:main Sep 13, 2023
@georgecwan georgecwan deleted the 1480-table-cell-link branch September 13, 2023 13:56
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Table Cell Link is Clickable Through the View Full Contents Icon

2 participants