- Issue created by @alphex
- Status changed to Postponed: needs info
10 months ago 9:11pm 9 February 2024 - ๐บ๐ธUnited States alphex Atlanta, GA USA
Ok, updating -- I'm going to mark this NEEDS MORE INFO because after switching the admin themes from GIN to CLARO, and back to GIN, its not working... I think.
I'll do another mapping to test.
- Status changed to Active
10 months ago 10:10pm 9 February 2024 - ๐บ๐ธUnited States alphex Atlanta, GA USA
Updated.
I can confirm theres something off.
When I switch between CLARO and GIN on an mapping I created, Its not showing all of the mappings.
I did this by simply switching the admin theme from GIN to CLARO...
vs
- ๐บ๐ธUnited States webdrips
I can confirm this is an issue with feeds mapping, as I have a similar issue.
Seems the issue is actually coming from Claro's tableselect.css:
.position-sticky thead { position: sticky; z-index: 500; top: var(--drupal-displace-offset-top); }
If you change it to
top:unset
, it fixes the overlap issue. - ๐บ๐ธUnited States mortona2k Seattle
Gin is using different HTML vs claro.
Claro
Gin
The gin-table-scroll-wrapper has overflow: auto, which causes the sticky header's top to be relative to the wrapper.
I'm not sure if sticky can be made to work in this situation, without moving the header outside the wrapper or something.
Using intersection observer to sticky the header might work a lot better.
- ๐บ๐ธUnited States mortona2k Seattle
This issue is working on something similar, but the patch in there doesn't fix this issue.
- ๐ฎ๐ณIndia pradhumanjainOSL
pradhumanjain2311 โ made their first commit to this issueโs fork.
- Merge request !410Issue #3420526: Entire Feeds mapping interface is broken in GIN โ (Open) created by Unnamed author
- Status changed to Needs review
8 months ago 5:11pm 27 April 2024 - ๐ฎ๐นItaly finex
The proposed merge request only partially resolves the bug. If the window is wide enough it works, but below 1024px it does not.
- Status changed to Needs work
8 months ago 8:12am 1 May 2024 - Status changed to Postponed: needs info
7 months ago 6:05pm 6 June 2024 - ๐จ๐ญSwitzerland saschaeggi Zurich
Is this still a problem on the latest 8.x-3.x-dev?
- Status changed to Closed: outdated
6 months ago 8:44pm 9 June 2024 - ๐จ๐ญSwitzerland saschaeggi Zurich
Closing as we have merged the table sticky header refactoring into dev.