[JIRA] [acceptance-test-harness] (JENKINS-34411) Horizontal scrolling & overflow issues

1 view
Skip to first unread message

andresrc@cloudbees.com (JIRA)

unread,
Apr 29, 2016, 11:46:01 AM4/29/16
to jenkinsc...@googlegroups.com
Andres Rodriguez updated an issue
 
Jenkins / Bug JENKINS-34411
Horizontal scrolling & overflow issues
Change By: Andres Rodriguez
Summary: Horizontal scrolling  & overflow  issues
Tests using matrix authorization (or permissions tables similar to the used in this configuration) are presenting some issues relates to scrolling.

I have only been able to reproduce it in Mac (in a Linux VM seems to work) but when clicking in permissions outside the current view, the scrolling the element is not checked (but no error is launched), causing the test to fail downstream when the expected permission is not set.


Besides, tests in which elements with specific overflow styles (such as the "Add Credentials Dialog", used for example in {{CreateSlaveTest#newSlave}} are also problematic.
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

scm_issue_link@java.net (JIRA)

unread,
May 9, 2016, 12:09:03 PM5/9/16
to jenkinsc...@googlegroups.com
SCM/JIRA link daemon commented on Bug JENKINS-34411
 
Re: Horizontal scrolling & overflow issues

Code changed in jenkins
User: Andres Rodriguez
Path:
src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java
src/main/resources/org/jenkinsci/test/acceptance/selenium/overflow.js
http://jenkins-ci.org/commit/acceptance-test-harness/bf4ecc5ae18566b85853a663bc13733007911fb5
Log:
JENKINS-34411 Add overflow override.

scm_issue_link@java.net (JIRA)

unread,
May 9, 2016, 12:09:03 PM5/9/16
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Andres Rodriguez
Path:
src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java

src/main/resources/org/jenkinsci/test/acceptance/selenium/scroller.js
src/test/java/plugins/MatrixAuthPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/254d0151d26d3bf5e71e891650c2303b49b91d49
Log:
JENKINS-34411 Account also for horizontal scrolling

scm_issue_link@java.net (JIRA)

unread,
May 9, 2016, 12:09:03 PM5/9/16
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Andrew Bayer
Path:
src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java
src/main/resources/org/jenkinsci/test/acceptance/selenium/overflow.js
src/main/resources/org/jenkinsci/test/acceptance/selenium/scroller.js
src/test/java/plugins/MatrixAuthPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/45d11e57750d9ed71b52aadab16c41f73ad4eaba
Log:
Merge pull request #97 from andresrc/JENKINS-34411

JENKINS-34411 Horizontal scrolling and scrolling overflows

Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/066f75f7a7ea...45d11e57750d

scm_issue_link@java.net (JIRA)

unread,
May 9, 2016, 12:09:03 PM5/9/16
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Andres Rodriguez
Path:
src/main/resources/org/jenkinsci/test/acceptance/selenium/overflow.js
http://jenkins-ci.org/commit/acceptance-test-harness/ddc1dac7ff3e036f6d0363e7e698f076b9fd7d5d
Log:
JENKINS-34411 Better CSS element selection.

scm_issue_link@java.net (JIRA)

unread,
May 19, 2016, 11:09:01 AM5/19/16
to jenkinsc...@googlegroups.com

Code changed in jenkins


User: Andrew Bayer
Path:
src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java
src/main/resources/org/jenkinsci/test/acceptance/selenium/overflow.js

http://jenkins-ci.org/commit/acceptance-test-harness/8603b66c0b917af7abd03d6202652ffb497e90a3
Log:
Revert "JENKINS-34411 Add overflow override."

This reverts commit bf4ecc5ae18566b85853a663bc13733007911fb5.

scm_issue_link@java.net (JIRA)

unread,
May 19, 2016, 11:09:02 AM5/19/16
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Andrew Bayer
Path:
src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java
src/main/resources/org/jenkinsci/test/acceptance/selenium/overflow.js

src/main/resources/org/jenkinsci/test/acceptance/selenium/scroller.js
src/test/java/plugins/MatrixAuthPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/e5ba520cd204f719036ebd1665cadc3b91228366
Log:
Merge pull request #104 from abayer/revert-jenkins-34411

Revert JENKINS-34411

Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/e11f1649c699...e5ba520cd204

scm_issue_link@java.net (JIRA)

unread,
May 19, 2016, 11:09:02 AM5/19/16
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Andrew Bayer
Path:

src/main/resources/org/jenkinsci/test/acceptance/selenium/overflow.js
http://jenkins-ci.org/commit/acceptance-test-harness/5487fb40edec8ed071551d183961c1d08a861670
Log:
Revert "JENKINS-34411 Better CSS element selection."

This reverts commit ddc1dac7ff3e036f6d0363e7e698f076b9fd7d5d.

scm_issue_link@java.net (JIRA)

unread,
May 19, 2016, 11:09:02 AM5/19/16
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Andrew Bayer
Path:

src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java
src/main/resources/org/jenkinsci/test/acceptance/selenium/scroller.js
src/test/java/plugins/MatrixAuthPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/1cdd0988e3175f929f784366cdb71398d916341b
Log:
Revert "JENKINS-34411 Account also for horizontal scrolling"

This reverts commit 254d0151d26d3bf5e71e891650c2303b49b91d49.

andrew.bayer@gmail.com (JIRA)

unread,
Jun 2, 2016, 11:56:01 AM6/2/16
to jenkinsc...@googlegroups.com

fwiw, CreateSlaveTest.newSlave seems to be ok now with Credentials plugin 2.0.6...

andrew.bayer@gmail.com (JIRA)

unread,
Jun 2, 2016, 1:01:01 PM6/2/16
to jenkinsc...@googlegroups.com

Nope, that's just my local env due to the larger window size!

ogondza@gmail.com (JIRA)

unread,
Aug 15, 2019, 9:07:01 AM8/15/19
to jenkinsc...@googlegroups.com

Is there something else to do?

This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)
Reply all
Reply to author
Forward
0 new messages