GNOME Bugzilla – Bug 68009
Pan opens multiple browsers on doubleclick
Last modified: 2004-12-22 21:47:04 UTC
On doubleclicking a link in a news article, Pan tries to open three instances of whatever browser is specified in the preferences. This happens without regrard to browser. All instances start up normally with the right URL, so it is not critical, just irritating.
Actually, a single click is enough to launch a URL. :-) When you double-click, GTK sends three events to Pan: two for the actual clicks and one for the double-click, causing Pan to start the URL three times. If the browser is already running, all of these starts will be processed by the same browser. If no browser is running, you end up with three browser windows. I can adapt Pan to ignore the second click and double-click events, but it will be an Ugly Hack, AFAIS. Of course, the ideal solution would be to have URLs underlined, making single-clicks intuitive, but I don't think the GtkText widget supports that.
gtk 2.0's text widget supports the coloring/underlining of links, so this feature will be added shortly after gtk 2.0 is released.
The explanation provided by Christophe is not *quite* right. A single click on an URL does nothing on my system, only if I click anywhwere else in the article pane does Pan start up a browser. It does start up only one instance though, but a single-click is *not* enough here. It does appear that either Pan or Gtk is messing up signals somewhere.
Well, it appears this is fixed in the latest version. Marking it as FIXED. Thanks for taking the time, guys. Mart