Bug #19007
closedInvestigate why the 3-dot action menu is gone in file browser
100%
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-04-27 Sprint to 2022-05-11 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-05-11 sprint to 2022-05-25 sprint
Updated by Lucas Di Pentima over 2 years ago
- Target version changed from 2022-05-25 sprint to 2022-06-08 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-06-08 sprint to 2022-06-22 Sprint
Updated by Lucas Di Pentima over 2 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 2 years ago
The "More options" IconButton
seems to have been eliminated because a global click handler was put in place to capture and process all the file browser's clicks on a single function. The file's checkboxes are special-cased, so I'll try to do the same on every "More options" button.
Updated by Lucas Di Pentima over 2 years ago
Updates at arvados-workbench2|5550460 - branch 19007-file-browser-action-button
Test run: developer-tests-workbench2: #747
- Brings back the 3-dotted "More options" menu on the file browser.
- Cleans up old file browser code.
- Adds assertions to the Cypress for the new UI element.
Updated by Tom Clegg over 2 years ago
I haven't even had a chance to build/test yet, but to show that I'm paying attention, here is a missing semicolon in cypress/integration/collection.spec.js (prevailing style seems to be including the usually-optional semicolon, which makes sense)
cy.get('[data-cy=file-item-options-btn')
.first()
- .click()
+ .click();
cy.get('[data-cy=context-menu]')
Updated by Tom Clegg over 2 years ago
Managed to start dev instance, restored menu works. LGTM!
Updated by Lucas Di Pentima over 2 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados-workbench-2:arvados-workbench2|c21c6582a12fe3968e3ef3a4786de5dfacce3b18.