This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-c8cb48f1-0879-4a81-a738-215ac3597910 XWIKI-23213 Open

LiveDataIT.livedataLivetableTableLayout is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-368322b6-93f3-4f21-8e8e-ae3e83e87360 Simon Urli created this issue on 19/May/25 14:36
 
Summary: LiveDataIT.livedataLivetableTableLayout is flickering
Issue Type: cid:jira-generated-image-avatar-c8cb48f1-0879-4a81-a738-215ac3597910 Bug
Affects Versions: 17.3.0
Assignee: Unassigned
Attachments: image-2025-05-19-14-35-52-476.png
Components: Development Issues only
Created: 19/May/25 14:36
Environment: Build for Oracle 19.3.0-se2, Jetty 12-jdk21, Firefox
Labels: flickering
Priority: cid:jira-generated-image-static-major-11ff5294-9917-4a3d-aa8d-950f14a985f2 Major
Reporter: Simon Urli
Description:

LiveDataIT.livedataLivetableTableLayout is flickering with jetty 12 jdk21 with following stacktrace:

org.openqa.selenium.ElementClickInterceptedException: 
Element <span class="livedata-base-action btn"> is not clickable at point (531,339) because another element <input class="filter-date" type="text"> obscures it
Build info: version: '4.32.0', revision: 'd17c8aa950'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-33-cloud-amd64', java.version: '17.0.15'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [10c5a29a-19bb-4a8d-b209-cd94c090b9a8, clickElement {id=6e0dd488-c332-4ff4-8b05-d0f417e28a58}]
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 138.0.3, container:hostname: 3522ec6cd8fe, moz:accessibilityChecks: false, moz:buildID: 20250512124033, moz:firefoxOptions: {prefs: {dom.disable_beforeunload: false, remote.active-protocols: 1, remote.events.async.enabled: false}}, moz:geckodriverVersion: 0.36.0, moz:headless: false, moz:platformVersion: 6.1.0-33-cloud-amd64, moz:processID: 175, moz:profile: /tmp/rust_mozprofileBxxfKw, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdpEnabled: false, se:containerName: 3522ec6cd8fe, se:gridWebSocketUrl: ws://127.0.0.1:25344/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.7:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.7:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, userAgent: Mozilla/5.0 (X11; Linux x86..., webSocketUrl: ws://172.17.0.7:4444/sessio...}
Element: [[RemoteWebDriver: firefox on linux (10c5a29a-19bb-4a8d-b209-cd94c090b9a8)] -> css selector: .displayer-action-list span[title='Edit']]
Session ID: 10c5a29a-19bb-4a8d-b209-cd94c090b9a8
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
	at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
	at org.xwiki.livedata.test.po.TableLayoutElement.internalEdit(TableLayoutElement.java:996)
	at org.xwiki.livedata.test.po.TableLayoutElement.editCell(TableLayoutElement.java:767)
	at org.xwiki.livedata.test.ui.LiveDataIT.livedataLivetableTableLayout(LiveDataIT.java:186)

_thumb_43652.png

 
 

1 update

 
cid:jira-generated-image-avatar-368322b6-93f3-4f21-8e8e-ae3e83e87360 Changes by Simon Urli on 19/May/25 14:36
 
Flickering Test: LiveDataIT#livedataLivetableTableLayout(WikiReference, TestUtils, TestLocalReference)