Impossible to click on buttons in Jenkins on Firefox Nightly - Linux
Categories
(Firefox :: Untriaged, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | affected |
People
(Reporter: mckaymatt, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Using Jenkins CI ver. 2.164.1.
Go into any Jenkins job, Build with Parameters -> try to start a job by clicking Build
Actual results:
The button is not clickable
Expected results:
the click on the button build the job
Button HTML:
<span class="yui-button yui-submit-button submit-button primary" id="yui-gen2" name="Submit"><span class="first-child"><button type="button" tabindex="0" id="yui-gen2-button">Build</button></span></span>
Comment 1•7 years ago
|
||
I might suffer the same issue here, but with the "login" button resulting in an impossibility to log in Jenkins anymore.
Jenkins version is 2.7.1 in my company.
Comment 2•7 years ago
|
||
(In reply to Geobert Quach from comment #1)
I might suffer the same issue here, but with the "login" button resulting in an impossibility to log in Jenkins anymore.
Jenkins version is 2.7.1 in my company.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Build ID 20190618041042
Comment 3•7 years ago
•
|
||
I lack environment to try reproducing this. Could you please clarify if this is an issue that is only reproducible with 69, but works with the other Firefox versions e.g. 68, 67? If so, could you please try and run mozregression in order to find out which fixe regressed this?
mozregression ->(https://mozilla.github.io/mozregression/)
When this(In reply to Adrian Florinescu [:adrian_sv] from comment #3)
I lack environment to try reproducing this. Could you please clarify if this is an issue that is only reproducible with 69, but works with the other Firefox versions e.g. 68, 67? If so, could you please try and run mozregression in order to find out which fixe regressed this?
mozregression ->(https://mozilla.github.io/mozregression/)
I was able to work around this issue by using Firefox Beta (68 I think).
That said, I no longer have this issue in nightly since I upgraded ton Jenkins 2.176.1. I can't run the regression.
This is what the HTML looks like in the new version:
<span class="yui-button yui-submit-button submit-button primary" id="yui-gen3" name="Submit"><span class="first-child"><button type="button" tabindex="0" id="yui-gen3-button">Build</button></span></span>
The id changed from "yui-gen3" to "yui-gen2".
This ticket may have better info at this point. https://bugzilla.mozilla.org/show_bug.cgi?id=1556980
Comment 5•7 years ago
|
||
Thanks. No idea how I missed bug 1556980. :)
And since it seems like bug 1556980 is the same as this one and given that has more information, let's dupe this issue.
Description
•