-
Bug
-
Resolution: Unresolved
-
Major
-
None
Hello,
in our Jenkins Jobs we are using the active choices plugin to render formatted HTML textboxes with reactive reference parameters.
Only in Firefox one textbox that relies on input from another textbox doesn't get rendered or updated in Firefox occasionally. If you click on another radio button to retrigger the update of the textbox it works. It also works most of the time if I refresh the page in the browser. Please see the attached gif-File to better see what I mean. The NEW_VERSION textbox should have been displayed after I click on the "bugfix" radio button. It should get updated dynamically with the values from the RELEASE_VERSION textbox (+ one added patch release version)
I can not reproduce the error when using Microsoft Edge browser. It works flawlessly with Edge.
Used Versions:
Active Choices Plugin 2.8.8
Jenkins LTS 2.516.3
Firefox 143.0.1 on Windows 11
Update:
I've uploaded a simple Jenkins Job config.xml which shows the error. The textbox VALUE2 should always show the same as textbox VALUE1, but in Firefox the field is not updating correctly.