- Issue created by @fractile81
Hi fractile81,
Thanks for your feedback, this will be addressed in v2.0.1 release.
When creating a job, I am unable to interact with the Content Type, Service Level, Due Date, or Request Name fields using my mouse.
Assuming a basic install with Gin/Claro and with TMGMT and this module configured for a language.
The dropdown appears, allowing you to check the content type.
The field cannot be directly clicked. Same goes for the Service Level, Due Date, and Request Name fields.
I'm using Chrome on MacOS.
This appears to be a problem with the form elements and their wrappers being floated in the CSS. In my screenshot, I turned on Chrome's inspector and hovered over one of the input fields. Instead of highlighting the element, you'll see that the checkbox "Auto Approve Quote" element is highlighting instead.
I propose the removal of all uses of "float" on these form elements, at least for this form. I can see it applied both in .wol-text-field
and .wol-text-field div
. Once I removed the float styling in the browser, I was able to interact with the form elements.
Update the .wol-text-field
and .wol-text-field div
to remove the float
style.
I'm uncertain if this will affect other parts of this module's UI.
n/a
n/a
Active
1.0
Code
Hi fractile81,
Thanks for your feedback, this will be addressed in v2.0.1 release.