Bug #19007
closed
- Target version changed from 2022-04-27 Sprint to 2022-05-11 sprint
- Target version changed from 2022-05-11 sprint to 2022-05-25 sprint
- Target version changed from 2022-05-25 sprint to 2022-06-08 sprint
- Target version changed from 2022-06-08 sprint to 2022-06-22 Sprint
- Status changed from New to In Progress
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.
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]')
Managed to start dev instance, restored menu works. LGTM!
- Status changed from In Progress to Resolved
Also available in: Atom
PDF