You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of a very old firefox bug related here, when an input type="checkbox" is wrapped/reference by a label element, the shift+click is not caught by the browser.
This firefox bug prevent for using this functionality in some osrd features.
One way to solve it could be to refacto the Checkbox component by replacing the wrapper label by a div and overlapping the current hidden input element with the custom one we created and give it an opacity of 0 but it seems weird.
Acceptance criteria
By able to shift+click on a checkbox on firefox
The text was updated successfully, but these errors were encountered:
Description and goal
Because of a very old firefox bug related here, when an
input type="checkbox"
is wrapped/reference by alabel
element, the shift+click is not caught by the browser.This firefox bug prevent for using this functionality in some osrd features.
One way to solve it could be to refacto the Checkbox component by replacing the wrapper
label
by adiv
and overlapping the current hiddeninput
element with the custom one we created and give it anopacity
of 0 but it seems weird.Acceptance criteria
By able to shift+click on a checkbox on firefox
The text was updated successfully, but these errors were encountered: