-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert PR11313 #12468
Revert PR11313 #12468
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We're ignoring the checklist |
|
@Julesssss looks like this was merged without the Run e2e performance regression tests test passing. Please add a note explaining why this was done and remove the |
Not an emergency. Tested and testing again on staging now 👍 |
Revert PR11313 (cherry picked from commit beaf976)
…-12468 🍒 Cherry pick PR #12468 to staging 🍒
@Julesssss So upload works but no loading image, Does it look like Pass? 12468.Web.mp4 |
Hey @mvtglobally, that seems like a pass to me. This is an odd issue as different browsers/clients handle this differently. For example, iOS uploads successfully. So yes, as long as the images upload successfully or show the 'Attachment is the wrong type' modal, this is a pass for all platforms. On Android we should see the Modal 👍 |
🚀 Cherry-picked to staging by @Julesssss in version: 1.2.23-9 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Asking in Slack for an iOS user to confirm this. As it appears to be converted to a |
@Julesssss It happens to me too. |
🚀 Deployed to production by @Julesssss in version: 1.2.23-9 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
CC @Justicea83
Details
Revert a PR which introduced regressions to native mobile file upload
Fixed Issues
$ #12466
Tests
.heic
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Issue still occurs -- as expected
Desktop
iOS
Android