- Issue created by @mglaman
- ๐จ๐ญSwitzerland saschaeggi Zurich
@mglaman
I think we can simplify this rather specific query with
:where()
or
:has()
which were not available when we created this.
- ๐บ๐ธUnited States mglaman WI, USA
Unfortunately I have no idea how that would be done. I'll see if I can find some CSS expertise on my side. Made a draft MR with a more blunt fix in the meantime.
- Status changed to Needs work
5 months ago 8:42pm 6 June 2024 - ๐บ๐ธUnited States mglaman WI, USA
Well this patch causes toggle to just always apply versus staying as regular checkboxes and I have no idea if that's actually better or worse :/
- ๐บ๐ธUnited States mglaman WI, USA
Okay, this patch broke all the of the reason it exists โ to avoid modifying the media library and others.
- Assigned to rupeshghar
- Status changed to Active
3 months ago 2:21pm 7 August 2024 - Issue was unassigned.
- ๐ฎ๐ณIndia rupeshghar
I tried to reproduce this issue by adding select list field to article content type but i dont see checkboxes there. Can you please add steps to reproduce issue
- ๐บ๐ธUnited States mglaman WI, USA
Please reread the issue
- My form has AJAX involved
- Involves a specific wrapping class in a table - First commit to issue fork.
- ๐จ๐ญSwitzerland dpacassi Zรผrich, Switzerland
Opened a MR ( https://git.drupalcode.org/project/gin/-/merge_requests/510 ), and also adding the patch file as an static asset to this issue.
The selector is fine, it should just also ignore elements that have the class
.ajax-new-content
.@mglaman, can you check if the MR/patch file fixes the issue on your side?