Bug 184942 - [GTK] PDF file not downloading from script
Summary: [GTK] PDF file not downloading from script
Status: RESOLVED DUPLICATE of bug 180704
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-24 16:20 PDT by bugzilla-ok
Modified: 2018-04-24 21:57 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugzilla-ok 2018-04-24 16:20:55 PDT
Website https://ccfs.sos.wa.gov . . . login, "Notices and Filed Documents", "View Documents"

Progress bar travels across top of window then stops. Nothing happens.

In Firefox, pdf file is downloaded and dialog requests what should be done with it.

Inspect element of "View Documents":

<i class="fa fa-file-text-o fa-lg ng-binding ng-isolate-scope ng-scope" style="cursor:pointer" filename="document.CorrespondenceFileName" params="document" url="Common/DownloadOnlineFilesByNumber?fileName=&amp;CorrespondenceFileName=&amp;DocumentTypeId=" title="Download" download-file="" ng-bind="document.CorrespondenceFileName" ng-click="downloadPdf()"></i>
[reply] [−] Comment 1

Debug notice (trying with surf-2 browser) says "curl: (3) Port number ended with 'h'"

Same problem with ephiphany-browser and MiniBrowser. Doesn't seem to matter whether or not evince plugin is installed or not.
Comment 1 Michael Catanzaro 2018-04-24 18:22:12 PDT
What does downloadPdf() look like?
Comment 2 bugzilla-ok 2018-04-24 21:48:35 PDT
Looking for downloadPdf() where?
Comment 3 Michael Catanzaro 2018-04-24 21:55:53 PDT
I'd start by checking the main resource html ("View Source"). Starting point is to figure out what URL is being downloaded. Then the next question will be: why is there a letter in the port number.
Comment 4 Michael Catanzaro 2018-04-24 21:57:12 PDT
OK, we're discussing the same issue in two separate bugs now... let's use bug #180704.

*** This bug has been marked as a duplicate of bug 180704 ***