-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPS-127020 Move autoFocus functionality to the management toolbar taglib #833
Conversation
CI is automatically triggering the following test suites:
|
✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPS-127020 1 Successful Jobs:For more details click here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I chose searchInputAutoFocus because
...
rhymes with
...
Sounds good enough reason to me!
Jenkins Build:test-portal-source-format#4729 |
✔️ ci:test:stable - 9 out of 9 jobs passed❌ ci:test:relevant - 20 out of 23 jobs passed in 1 hour 45 minutesClick here for more details.This pull is eligible for reevaluation. When this upstream build has completed, using the following CI command will compare this pull request result against a more recent upstream result: ci:reevaluate:1237401_7409 Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: 09206ef3a03ebcd6b1d9d18a76d736ee4745541a ci:test:stable - 9 out of 9 jobs PASSED9 Successful Jobs:
ci:test:relevant - 20 out of 23 jobs PASSED3 Failed Jobs:20 Successful Jobs:
For more details click here.Failures unique to this pull:Failures in common with acceptance upstream results at 09206ef:
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#7409 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes LGTM; not sure about the test failure
CI failure looks unrelated. I'll try to forward it. /cc @john-co |
ci:forward |
CI is automatically triggering the following test suites:
The pull request will automatically be forwarded to the user
|
Skipping previously passed test suites: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️ ci:test:stable - 9 out of 9 jobs passed❌ ci:test:relevant - 20 out of 23 jobs passed in 3 hours 10 minutesClick here for more details.Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: bf41ac8d3aa2dbf64656fa7c0635882079d28f09 ci:test:stable - 9 out of 9 jobs PASSED9 Successful Jobs:
ci:test:relevant - 20 out of 23 jobs PASSED3 Failed Jobs:20 Successful Jobs:
For more details click here.Failures unique to this pull:
Failures in common with acceptance upstream results at bf41ac8:
|
I think we can forward this manually. The other failure you saw was a known issue, fixed yesterday. |
Life is too short. Manual forward: brianchandotcom#99157 |
Jenkins Build:test-portal-acceptance-pullrequest(master)#7967 |
Task ticket: https://issues.liferay.com/browse/LPS-127020
Related discussions:
Notes:
searchInputAutoFocus
becauserhymes with
autoFocus
, capitalF
, is quite different from HTMLautofocus
. To prevent cross-browser inconsistencies, they are using a polyfill to call .focus()./cc @wincent @4lejandrito @jbalsas @julien @jonmak08 @ambrinchaudhary
Test sample in clay-sample-web: