Add z-index 10000 to splash screen to prevent third-party overlay issues - #67282
Merged
Merged
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
CLABotify
added a commit
to Expensify/CLA
that referenced
this pull request
Jul 28, 2025
cosmicvulpes
marked this pull request as ready for review
July 30, 2025 06:58
|
@QichenZhu Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridApp (N/A)android-native.mp4Android: mWeb Chromeandroid-web.moviOS: HybridApp (N/A)ios-native.moviOS: mWeb Safariios-web.movMacOS: Chrome / Safarimac-web.movMacOS: Desktop (N/A)mac-desktop.mov |
QichenZhu
approved these changes
Jul 30, 2025
QichenZhu
left a comment
Contributor
There was a problem hiding this comment.
Changes LGTM, and the test steps and checklist are solid. Thank you so much!
danieldoglas
approved these changes
Jul 30, 2025
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
90 tasks
Contributor
|
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.1.88-0 🚀
|
8 tasks
Contributor
|
🚀 Deployed to production by https://github.com/grgia in version: 9.1.88-3 🚀
|
16 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
Added
z-index: 10000to the#splashCSS rule inweb/index.htmlto ensure the splash screen stays above third-party overlays like Convert survey. This prevents the survey modal from appearing on top of the splash screen during page reloads, maintaining the expected user experience.Fixed Issues
$ #67014
PROPOSAL: #67014 (comment)
Tests
Note: This fix is for staging and production web env. The issue was not seen on dev env.
Offline tests
N/A - This is a UI-only change that doesn't affect offline functionality.
QA Steps
These changes affect the web version only.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Note: This fix/issue is applicable only on staging and production web environment. I've attached a video of testing the fix on MacOs-chrome by injecting the css change.
Android: Native
N/A
Android: mWeb Chrome
android-chrome.mp4
iOS: Native
N/A
iOS: mWeb Safari
ios-safari.mp4
MacOS: Chrome / Safari
macos-chrome.mp4
MacOS: Desktop
N/A