Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.3
Description
1. Create a new totem with a section of type carousel and add at least two entries in the carousel and use it in the header of the page - in my use case, the totem is added in pageheader.vm using the following line of code :
$services.display.content($xwiki.getDocument("Totem.MyTotem"))
2. On IE10 open the totem in edit mode : http://localhost:8080/xwiki/bin/view/Totem/MyTotem?showEdit=true
3. Now that you`re in edit mode, test the top carousel arrows. Click on both multiple times.
Actual result:
- The image doesn`t change at the click of the arrows. Something is blocking the functionality of the arrows. Sometimes it works from the 1st time, sometimes it doesn`t and the image remains like it was stuck.
- If you go in view mode, the carrousel arrows are also working well.
Expected result:
- All displayed carousels (edit + view mode) arrows must change the image at the first click of the arrow.