-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Added prevent defualt to button in pdf password page #26025
Added prevent defualt to button in pdf password page #26025
Conversation
@cubuspl42 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] |
@cubuspl42 can you please do the checklist and testing? |
@mountiny Sure, I'm on it |
@alitoshmatov Please merge |
@cubuspl42 Done! |
From my perspective, it's not effectively merged... Did you remember to push? |
Reviewer Checklist
Screenshots/VideosWebpdf-keyboard-web.mp4Mobile Web - Chromepdf-keyboard-android-web-compressed.mp4Mobile Web - Safaripdf-keyboard-ios-web.mp4DesktopiOSpdf-keyboard-ios.mp4Androidpdf-keyboard-android-compressed.mp4 |
…f-password-keep-keyboard
@cubuspl42 Sorry, mistaken it with another branch, now everything should be good |
I am going to merge this one as i dont think there could be a regression from this (famous last words) |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.61-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.61-3 🚀
|
Details
To unify experience in both mWeb and native app, modified code to keep keyboard open when submitting pdf password
Fixed Issues
$ #25570
PROPOSAL: #25570 (comment)
Tests
enter the password
Offline tests
Same as tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting 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)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
25570-web.mov
Mobile Web - Chrome
25570-mWeb.mp4
Mobile Web - Safari
25570-safari.mp4
Desktop
25570-desktop.mov
iOS
Uploading two video, since ios does not show keyboard when entering sensitive information25570-ios.MP4
25570-ios.MOV
Android
video_2023-08-28_12-13-55.mp4