-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.x
-
Fix Version/s: 3.0.15
-
Tags:
-
Team:UI
-
Sprint:UI - 2022-7, UI - 2022-9, UI COOLDOWN - 2022-06
After upgrading vaadin-date-picker, somehow we are still facing the same issue mentioned in ELEMENTS-1481.
Running functional tests both on CI or locally with mvn clean install -Pftest, bulk edit test is failing in this scenario since the dialog is not being launched. Increasing the order of the slot to make it the last to be displayed, seems to solve the issue.
To reproduce this issue
Steps to reproduce:
- Select this branch in your Elements repository:
ELEMENTS-1490-upgradeVaadin - CD into ui folder and run npm pack
- Grab the link of your pack and install it in your webui repository
- Add a watch tag in this scenario
- Make sure bulk edit buttons in itests bundle have a low order and are displayed before the others;
- Run mvn clean install -Pftest
Expected behavior: functional test should pass
Actual behavior: Functional test fails because nuxeo-dialog doesn't launch.
- causes
-
ELEMENTS-1500 Fix flicker in nuxeo-actions-menu
- Open
- is related to
-
ELEMENTS-1478 Fix actions menu error "menu of 4 with varying number of elements"
- Resolved
-
ELEMENTS-1481 Fix nuxeo-dialogs launched from custom RESULTS_SELECTION_ACTIONS buttons not displaying
- Resolved
-
WEBUI-827 Change slot order in RESULTS_SELECTION_ACTIONS ftest
- Resolved
-
ELEMENTS-1490 Upgrade vaadin-date-picker to version 23
- Resolved
-
ELEMENTS-1510 Preview for attached document isn't visible in Edge Windows
- Resolved
-
WEBUI-862 Preview for attached document isn't visible in Edge Windows
- Resolved