Issue1144816
Created on 2005-02-20 14:58 by pernici, last changed 2005-06-01 16:25 by georg.brandl.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
diff_webbrowser
|
pernici,
2005-02-21 09:52
|
patch relative to Revision 1.37 |
|
|
|
msg47827 - (view) |
Author: Pernici Mario (pernici) |
Date: 2005-02-20 14:58 |
|
My system:
Python 2.4.1a0 (#2, Feb 9 2005, 12:50:04)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
In webbrowser.Netscape.open the command passed to the
browser should not have
blank spaces (see http://www.mozilla.org/unix/remote.html);
due to the space in "openURL(%s, new-window)"
mozilla-firefox opens my home page instead of the
requested page.
|
|
msg47828 - (view) |
Author: Oleg Broytmann (phd) |
Date: 2005-03-19 20:22 |
|
Logged In: YES
user_id=4799
This is a dup of the bug http://python.org/sf/1077979
|
|
msg47829 - (view) |
Author: Rodrigo Dias Arruda Senra (rodsenra) |
Date: 2005-03-20 01:20 |
|
Logged In: YES
user_id=9057
1144816 and 1077979 are the the same patch, as documented
in a comment for 1144816 by Oleg Broytmann.
The wrong behaviour was reported to Mozilla (unspecified
version),
Netscape 7.2 and Mozilla-firefox (unspecified version).
I could not reproduce the problem neither with Mozilla
1.7.2 nor
with Firefox 1.0.1. Nevertheless, applying the patch does
not break
current functionality and might fix bugs in older browsers.
I recommend applying 1077979, and closing 1144816.
|
|
msg47830 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2005-06-01 16:25 |
|
Logged In: YES
user_id=1188172
Closing as duplicate, as requested.
|
|
| Date |
User |
Action |
Args |
| 2005-02-20 14:58:27 | pernici | create | |
|