-
Bug
-
Resolution: Fixed
-
None
-
None
-
High
-
Emptyshow more show less
Problem
Mapped segment is not clickable in the visual review iframe, but when the same segment is selected in the editor, the segment is focused in the iframe.
Additional info
The segment contains all needed css classes. Somehow the extjs generates id for this segment.
The problem is because the 2 div's in the page (div class='c x0 y0 w1 h0' and div class='c x0 y0 w2 h0' ) are overlapping and because of that the click event is not registered. The fix should be with 'pointer-events:' adjustment for such cases.
To reproduce
- import the project from the attachment
- click on the 2 segment on the editor
- try to click or mouseover the same segment on the iframe