-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Make sure that only one radio button is checked in its group (bug 1864136) #17318
Conversation
What happens if multiple, or even all, radio-buttons in one group tries to set itself to checked? Also, this patch has merge conflicts as-is; please run all tests and I'll review this tomorrow. |
When the first checked radio is met then the storage will contain false for the others. |
2ce552b
to
fefc0f2
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/d7d68630df88e24/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/fcece3dd21ea927/output.txt |
Oh, right! |
fefc0f2
to
85fc5e9
Compare
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/d7d68630df88e24/output.txt Total script time: 25.50 mins
Image differences available at: http://54.241.84.105:8877/d7d68630df88e24/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/fcece3dd21ea927/output.txt Total script time: 34.49 mins
Image differences available at: http://54.193.163.58:8877/fcece3dd21ea927/reftest-analyzer.html#web=eq.log |
85fc5e9
to
ff66968
Compare
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/c188dd302a62cc2/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/00938b1eb719c76/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/c188dd302a62cc2/output.txt Total script time: 5.69 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/00938b1eb719c76/output.txt Total script time: 15.81 mins
|
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.
There appears to be ref-test failures in issue14301-page2
, in all OSes and browsers, since there's now duplicate rendering in a couple of fields.
ff66968
to
8236cf9
Compare
…4136) When the first checked radio is met, the others in the group are set to false.
8236cf9
to
1f0f516
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/1497fafa50e00d2/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/eb498f38ff72773/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/1497fafa50e00d2/output.txt Total script time: 28.48 mins
Image differences available at: http://54.241.84.105:8877/1497fafa50e00d2/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/eb498f38ff72773/output.txt Total script time: 34.37 mins
Image differences available at: http://54.193.163.58:8877/eb498f38ff72773/reftest-analyzer.html#web=eq.log |
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.
r=me, thank you!
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/b6b7670ad2e6a56/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/e5385fa33079b9e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/b6b7670ad2e6a56/output.txt Total script time: 19.58 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/e5385fa33079b9e/output.txt Total script time: 23.52 mins
|
When the first checked radio is met, the others in the group are set to false.