-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
Jenkins 2.273 29 Dec 2020
Many ATHs fail when trying to install plugins on the Available page due to the changes introduced on https://github.com/jenkinsci/jenkins/pull/5051
Error
Sample error when running plugins.MavenPluginTest.preserve_backslash_in_property:
Element <button id="yui-gen1-button" type="button"> is not clickable at point (437,946) because another element <div id="footer" class="page-footer__footer-id-placeholder"> obscures it/ code placeholder
Cause
The position of the buttons is not being updated after and when yielding a results that don't cause page scroll (for example, just one result), the buttons get stuck on the footer (attaching screenshot).
Possible solution
Add call to the layoutUpdateCallback.call function after search
[JENKINS-64504] ATH errors due to plugin manager changes on 2.270+
Description |
Original:
Many ATHs fail when trying to install plugins on the _Available_ page due to the changes introduced on [https://github.com/jenkinsci/jenkins/pull/5051.
] h3. Error Sample error when running _plugins.MavenPluginTest.preserve_backslash_in_property_: {code:java} Element <button id="yui-gen1-button" type="button"> is not clickable at point (437,946) because another element <div id="footer" class="page-footer__footer-id-placeholder"> obscures it/ code placeholder {code} h3. Cause The position of the buttons is not being updated after and when yielding a results that don't cause page scroll (for example, just one result), the buttons get stuck on the footer (attaching screenshot). h3. Possible solution Add call to the _layoutUpdateCallback.call_ function after search |
New:
Many ATHs fail when trying to install plugins on the _Available_ page due to the changes introduced on [https://github.com/jenkinsci/jenkins/pull/5051|#5051]
h3. Error Sample error when running _plugins.MavenPluginTest.preserve_backslash_in_property_: {code:java} Element <button id="yui-gen1-button" type="button"> is not clickable at point (437,946) because another element <div id="footer" class="page-footer__footer-id-placeholder"> obscures it/ code placeholder {code} h3. Cause The position of the buttons is not being updated after and when yielding a results that don't cause page scroll (for example, just one result), the buttons get stuck on the footer (attaching screenshot). h3. Possible solution Add call to the _layoutUpdateCallback.call_ function after search |
Description |
Original:
Many ATHs fail when trying to install plugins on the _Available_ page due to the changes introduced on [https://github.com/jenkinsci/jenkins/pull/5051|#5051]
h3. Error Sample error when running _plugins.MavenPluginTest.preserve_backslash_in_property_: {code:java} Element <button id="yui-gen1-button" type="button"> is not clickable at point (437,946) because another element <div id="footer" class="page-footer__footer-id-placeholder"> obscures it/ code placeholder {code} h3. Cause The position of the buttons is not being updated after and when yielding a results that don't cause page scroll (for example, just one result), the buttons get stuck on the footer (attaching screenshot). h3. Possible solution Add call to the _layoutUpdateCallback.call_ function after search |
New:
Many ATHs fail when trying to install plugins on the _Available_ page due to the changes introduced on https://github.com/jenkinsci/jenkins/pull/5051
h3. Error Sample error when running _plugins.MavenPluginTest.preserve_backslash_in_property_: {code:java} Element <button id="yui-gen1-button" type="button"> is not clickable at point (437,946) because another element <div id="footer" class="page-footer__footer-id-placeholder"> obscures it/ code placeholder {code} h3. Cause The position of the buttons is not being updated after and when yielding a results that don't cause page scroll (for example, just one result), the buttons get stuck on the footer (attaching screenshot). h3. Possible solution Add call to the _layoutUpdateCallback.call_ function after search |
Assignee | New: Félix Queiruga Balado [ fqueiruga ] |
Attachment | New: Captura de pantalla 2020-12-22 a las 11.25.36.png [ 53713 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: Jenkins 2.273 29 Dec 2020 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |
I have created a tentative PR on https://github.com/jenkinsci/jenkins/pull/5137