-
Notifications
You must be signed in to change notification settings - Fork 2.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
PDF inside of a popup window does not load (works fine in Chrome) #3119
Comments
Could you add the details of the site? |
possibly flash related, still need steps to reproduce. |
Thank you. The problem is the browser can open pdfs embedded within the browser but pdfs in pop up windows do not open. I am including some screenshots. The same pdf should open in the small window. Says plugin not installed. 01.02.2019, 12:46, "Rafael Ebron" <notifications@github.com>:possibly flash related, still need steps to reproduce.—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
I get a similar problem within Xero (sorry you'll need an account to replicate) where they have a 'print PDF' button on invoices that triggers some javascript that opens an in-browser popup that shows while the PDF is being generated. In chrome this downloads; in brave it replaces the current window with the Brave PDF plugin but shows an error as per screenshot. I can't find any way around this to get the PDF other than reverting to Chrome. Error shown is:
|
I got round my issue by changing the settings to default to downloading PDFs rather than opening them (which I guess just bypasses the PDF extension that was causing the problem) |
Thanks --Sent from Yandex.Mail for mobile14.02.2019, 04:49, "andyrpearson" <notifications@github.com>:I got round my issue by changing the settings to default to downloading PDFs rather than opening them (which I guess just bypasses the PDF extension that was causing the problem)
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
I believe I have repro steps for this! Visit https://pdfobject.com/examples/detection.html ExpectedMessage ActualMessage |
Thank you for your reply. I use a website that opens the pdf in a separate window and allows to scroll and resize the page quickly. It works fine with Google Chrome. But Brave opens the pdf below in the same page and does not allow scrolling. Please see screenshot. The window about:blank is empty. The pdf should open there. 25.04.2019, 15:38, "Brian Clifton" <notifications@github.com>:I believe I have repro steps for this!Visit https://pdfobject.com/examples/detection.htmlExpectedMessage This browser supports inline PDFs should be shown (green color)ActualMessage This browser does not support inline PDFs shows (red color)—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
@juliangent OK thanks for the update - maybe we can share an update when we have a potential fix |
+1 Here. We tried to implement jsPDF (An HTML5 JavaScript PDF generation library) and noticed that PDFs opened in a new window automatically triggered the download dialog and spent some considerable time scratching our heads (we realized it was Brave related). Fortunately this is very VERY easy to test using jsPDF. run this simple script in the browser
Chrome: Renders PDF within the browser PDF viewer in the new window (works) |
Verification passed on
Verified test plan from brave/brave-core#2342 Verification passed on
Verified passed with
|
Test plan
See brave/brave-core#2342
Description
Cannot open pdf file in new window. No problem using chrome.
PDF document is supposed to open when clicking link in a separate window.
message says 'this plugin is not supported'
expected result
pdf file should open in new window. No problems with chrome browser.
Reproduces how often:
every time
Brave version (brave://version info)
Version 0.58.21 Chromium: 71.0.3578.98 (Official Build) (64-bit)
Reproducible on current release:
Website problems only:
Additional Information
noThe text was updated successfully, but these errors were encountered: