-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.18
-
Component/s: Slots
Overriding the delete button (override of an existing slot content) does not render with Chrome.
How to reproduce:
- in Studio Designer, add the following HTML in the *-custom-bundle.html file:
<nuxeo-slot-content name="deleteDocumentAction" slot="DOCUMENT_ACTIONS" order="15" priority="100"> <template> <nuxeo-filter document="[[document]]" user="[[user]]"> <template> <nuxeo-delete-document-button document="[[document]]" hard></nuxeo-delete-document-button> </template> </nuxeo-filter> </template> </nuxeo-slot-content>
- deploy (make sure to restart the Nuxeo instance in order to avoid any hot reload misbehavior interference)
- log in the Web UI
- navigate to a workspace
Expected result: the delete button with the trash with cross icon (i.e. the override is loaded) is rendered properly
Actual result: the delete button with the default icon is rendered i.e. the override is not applied.
- depends on
-
NXP-27621 Stabilize Web UI functional tests on master and 10.10
- Resolved
-
NXP-28361 Fix click on selectivity 10.10 Web UI functional tests
- Resolved
- is duplicated by
-
NXP-28188 Fix inconsistent rendering of override of a slot content when navigating to another document in a second browser tab
- Resolved
- is related to
-
NXP-25736 Fix contributions override from imported bundles on 9.10
- Open
-
ELEMENTS-558 Check rendering speed of nuxeo-slot and nuxeo-filter
- Resolved
-
NXP-25611 Fix usage of JavaScript in WebUI bundle
- Resolved
-
NXP-28188 Fix inconsistent rendering of override of a slot content when navigating to another document in a second browser tab
- Resolved
-
NXS-5527 Overriding existing slot contribs in designer does not work consistently
- Resolved
- Is referenced in