This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 440
Print button is unresponsive for Online PDF bank statements #1144
Comments
Any update on this issue ? Thanks |
14 tasks
Brandon-T
added a commit
that referenced
this issue
Jul 11, 2019
Fixed a background thread issue where "displayTitle" is being called on WKWebView on a non-main thread causing the PrintPreview to have undefined-behaviour. Fixed opening Authenticated documents in Private-Browsing mode when it opens in a new tab. Fixed opening Authenticated documents and attempting to share, or print them. Fixes tabs not having the same data store as other tabs (IE: Log-In to any website on one tab should log you in on another tab). Fixed destroying of data-store to only happen when ALL tabs are destroyed. Changed Temporary Storage to pull out the document from the WebPage instead of making server calls outside the webview's session (IE: No need for cookie injecting, etc).. Instead, we get the webview to give us the document via Javascript injection which passes the document to iOS for display/saving, etc..
14 tasks
Brandon-T
added a commit
that referenced
this issue
Jul 12, 2019
Fixed a background thread issue where "displayTitle" is being called on WKWebView on a non-main thread causing the PrintPreview to have undefined-behaviour. Fixed opening Authenticated documents in Private-Browsing mode when it opens in a new tab. Fixed opening Authenticated documents and attempting to share, or print them. Fixes tabs not having the same data store as other tabs (IE: Log-In to any website on one tab should log you in on another tab). Fixed destroying of data-store to only happen when ALL tabs are destroyed. Changed Temporary Storage to pull out the document from the WebPage instead of making server calls outside the webview's session (IE: No need for cookie injecting, etc).. Instead, we get the webview to give us the document via Javascript injection which passes the document to iOS for display/saving, etc..
Brandon-T
added a commit
that referenced
this issue
Jul 15, 2019
Fixed a background thread issue where "displayTitle" is being called on WKWebView on a non-main thread causing the PrintPreview to have undefined-behaviour. Fixed opening Authenticated documents in Private-Browsing mode when it opens in a new tab. Fixed opening Authenticated documents and attempting to share, or print them. Fixes tabs not having the same data store as other tabs (IE: Log-In to any website on one tab should log you in on another tab). Fixed destroying of data-store to only happen when ALL tabs are destroyed. Changed Temporary Storage to pull out the document from the WebPage instead of making server calls outside the webview's session (IE: No need for cookie injecting, etc).. Instead, we get the webview to give us the document via Javascript injection which passes the document to iOS for display/saving, etc..
Brandon-T
added a commit
that referenced
this issue
Jul 17, 2019
Fixed a background thread issue where "displayTitle" is being called on WKWebView on a non-main thread causing the PrintPreview to have undefined-behaviour. Fixed opening Authenticated documents in Private-Browsing mode when it opens in a new tab. Fixed opening Authenticated documents and attempting to share, or print them. Fixes tabs not having the same data store as other tabs (IE: Log-In to any website on one tab should log you in on another tab). Fixed destroying of data-store to only happen when ALL tabs are destroyed. Changed Temporary Storage to pull out the document from the WebPage instead of making server calls outside the webview's session (IE: No need for cookie injecting, etc).. Instead, we get the webview to give us the document via Javascript injection which passes the document to iOS for display/saving, etc..
Brandon-T
added a commit
that referenced
this issue
Jul 19, 2019
Fixed a background thread issue where "displayTitle" is being called on WKWebView on a non-main thread causing the PrintPreview to have undefined-behaviour. Fixed opening Authenticated documents in Private-Browsing mode when it opens in a new tab. Fixed opening Authenticated documents and attempting to share, or print them. Fixes tabs not having the same data store as other tabs (IE: Log-In to any website on one tab should log you in on another tab). Fixed destroying of data-store to only happen when ALL tabs are destroyed. Changed Temporary Storage to pull out the document from the WebPage instead of making server calls outside the webview's session (IE: No need for cookie injecting, etc).. Instead, we get the webview to give us the document via Javascript injection which passes the document to iOS for display/saving, etc..
Brandon-T
added a commit
that referenced
this issue
Jul 23, 2019
Fixed a background thread issue where "displayTitle" is being called on WKWebView on a non-main thread causing the PrintPreview to have undefined-behaviour. Fixed opening Authenticated documents in Private-Browsing mode when it opens in a new tab. Fixed opening Authenticated documents and attempting to share, or print them. Fixes tabs not having the same data store as other tabs (IE: Log-In to any website on one tab should log you in on another tab). Fixed destroying of data-store to only happen when ALL tabs are destroyed. Changed Temporary Storage to pull out the document from the WebPage instead of making server calls outside the webview's session (IE: No need for cookie injecting, etc).. Instead, we get the webview to give us the document via Javascript injection which passes the document to iOS for display/saving, etc..
Brandon-T
added a commit
that referenced
this issue
Jul 23, 2019
|
Closed
Closed
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Print button is unresponsive for Online PDF bank statements
Steps to Reproduce
Note: Please note this issue is happening only for online PDF bank statements.
Actual result:
The print button becomes unresponsive and it doesn't open the print preview page.
Expected result:
Tap on "Print" button should show a print preview page and allow the user to print the PDF
Reproduces how often: [Easily reproduced, Intermittent Issue]
Always
Brave Version:
1.9.3 (19.05.22.15)
Device details:
iPhone 8 - iOS 12.3.1
Website problems only:
Additional Information
cc: @brave/legacy_qa @jhreis
The issue is reported by the community user
https://community.brave.com/t/print-button-unresponsive-on-ipad/64083
The text was updated successfully, but these errors were encountered: