Olivero: Z-index issue with the search bar.
Adding screen recording for reference.
Steps to reproduce:
1. go to /search/node
2. open the search bar
3. scroll down and scroll up.
4. you will see search bar has a low z-index to Contnent/User tabs.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | search_zindex_after.mp4 | 780.15 KB | kiran.kadam911 |
| #14 | search_zindex_before.mp4 | 743.65 KB | kiran.kadam911 |
| #14 | Screenshot 2021-08-19 at 2.40.32 PM.png | 394.03 KB | kiran.kadam911 |
| #13 | After Patch 3212670.mp4 | 1.22 MB | chetanbharambe |
| #13 | Before Patch 3212670.mp4 | 1.45 MB | chetanbharambe |
Comments
Comment #2
sakthivel m commented#2 Please review the patch
Comment #3
gauravvvv commentedPatch #2, fixes the issue. Attaching a screen recording for reference.
Sakthivel M, thank you for working on this.
Moving to RTBC.
Comment #4
rinku jacob 13 commentedpatch #2 successfully applied for 9.3.x-dev
Comment #6
sakthivel m commentedComment #7
mherchelThe fix looks good, but lets add a comment to indicate why we're setting a z-index. Something like
// Appear in front of Drupal's tabs.Comment #8
shashwat-tiwari commentedAdded the comment for z-index.
Comment #9
mherchelLooks good!
Comment #11
mherchelThis is an unrelated test failure.
Comment #12
lauriiiDoes this problem still exist? I'm having difficulty reproducing this.
Comment #13
chetanbharambe commentedVerified and tested patch #8.
Patch applied successfully but not working as expected.
Testing Steps:
# Go to Appearance: Set Olivero theme
# Open the search bar
# Scroll down and scroll up.
# You will see search bar has a low z-index to Content/User tabs.
Expected Results:
# User should see the search bar remain as it is when doing scroll down.
Actual Results:
# Currently search bar is not appearing when the user is doing scroll down.
Please see attached videos
Not working as expected.
Can be a move to Needs work.
Comment #14
kiran.kadam911Patch #8 applied successfully.
Working as expected. The z-index issue(overlapping) of the search bar on scroll while animating from left to right is resolved with a patch.
Before patch SS and screencase is attached:
After patch screencast is attached.
Can be a move to RTBC.
Thanks!
Comment #17
lauriiiCommitted aafc501 and pushed to 9.3.x. Also cherry-picked to 9.2.x because Olivero is experimental. Thanks!