|
| Summary: |
LiveDataIT.livedataLivetableTableLayout is flickering |
| Issue Type: |
Bug |
| Affects Versions: |
17.10.12 |
| Assignee: |
Unassigned |
| Components: |
Development Issues only |
| Created: |
06/Sep/26 20:37 |
| Labels: |
flickering |
| Priority: |
Major |
| Reporter: |
Vincent Massol |
| Description: |
The test is flickering with the following failure:
Element <div class="xwiki-selectize-option option active"> is not clickable at point (934,383) because another element <div class="displayer-action-list"> obscures it
The Live Data action column (.displayer-action-list) overlaps the Selectize suggestion dropdown when a suggestion is selected, so the click lands on the action list instead of on the suggestion. Seen on the stable-17.10.x CI job, e.g. https://ci.xwiki.org/job/XWiki/job/xwiki-platform/job/stable-17.10.x/448/ (and in build 433 for the other parameterized run). Roughly 2 failures out of the last 20 builds. This only affects the branches that still use Selectize for the suggest widget. On master the widget was replaced by Tom Select (XWIKI-24088), so this exact failure cannot happen there. Full stack trace:
|
|