lpxxn / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Using external program for web page source viewing is not working. #202

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Under Tools > Options, in the Advanced tab, set an external program for 
viewing a web page's source. (For example, notepad)
2. Right click the page and select page source, or click View > Page Source

What is the expected output? What do you see instead?
Expected: The program that I selected to view the page source should open.

Actual: Internet Explorer opens up and displays a locally saved copy of the 
page.

What version of the product are you using? On what operating system?
QtWeb: 3.8.5
OS: Windows 8.1

Please provide any additional information below.
It appears that the program ignores whatever is typed in the text box below 
"Web Page Source Viewer" and just executes the locally stored copy of the page, 
causing Windows to use whichever program is currently associated with HTML 
files. (ex: if you've associated IE with HTML files, it opens IE, if you've 
told windows to open HTML files with notepad, it opens notepad.

Original issue reported on code.google.com by philip.l...@gmail.com on 24 Nov 2013 at 7:48