|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
open link in browser fails if message is HTMLHii, If I get an HTML message, if there is an url in the message, selecting it fails to lauch the browser. The url is normaly displayed in the status line and it opens normally if the message is plain/text. Regards Jean-Luc _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLHi Jean-Luc!
On 04/25/2009 06:46:26 AM Sat, Jean-Luc Coulon (f5ibh) wrote: > > Hii, > > If I get an HTML message, if there is an url in the message, selecting > it fails to lauch the browser. > The url is normaly displayed in the status line and it opens normally > if the message is plain/text. Which HTML backend do you use? Peter _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLDear Peter,
Le 26/04/2009 22:51:40, Peter Bloomfield a écrit : >Hi Jean-Luc! > >On 04/25/2009 06:46:26 AM Sat, Jean-Luc Coulon (f5ibh) wrote: >> >> Hii, >> >> If I get an HTML message, if there is an url in the message, >selecting >> it fails to lauch the browser. >> The url is normaly displayed in the status line and it opens >> normally >> if the message is plain/text. > >Which HTML backend do you use? --with-compface --with-gpgme --enable-smime \ --with-gss --with-gtkspell --with-ldap --with-sqlite --with-ssl \ --with-gtksourceview --enable-extra-mimeicons --with-webkit Regards Jean-Luc _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLOn 04/27/2009 03:14:02 AM Mon, Jean-Luc Coulon (f5ibh) wrote:
> Dear Peter, > > Le 26/04/2009 22:51:40, Peter Bloomfield a écrit : > >Hi Jean-Luc! > > > >On 04/25/2009 06:46:26 AM Sat, Jean-Luc Coulon (f5ibh) wrote: > >> > >> Hii, > >> > >> If I get an HTML message, if there is an url in the message, > >selecting > >> it fails to lauch the browser. > >> The url is normaly displayed in the status line and it opens > >> normally > >> if the message is plain/text. > > > >Which HTML backend do you use? > > Here are my configure options: > --with-compface --with-gpgme --enable-smime \ > --with-gss --with-gtkspell --with-ldap --with-sqlite --with-ssl \ > --with-gtksourceview --enable-extra-mimeicons --with-webkit I too am using WebKit (version 1.1.4). In the first HTML message that I checked, clicking a link worked correctly, with a console message from lbh_navigation_requested_cb showing the address. But I believe I've noticed unresponsive links in the past--not sure if it was a different version, or some difference in the messages, or what :( Best, Peter _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLOn 04/27/2009 03:14:02 AM Mon, Jean-Luc Coulon (f5ibh) wrote:
[ snip ] > Here are my configure options: > --with-compface --with-gpgme --enable-smime \ > --with-gss --with-gtkspell --with-ldap --with-sqlite --with-ssl \ > --with-gtksourceview --enable-extra-mimeicons --with-webkit Attached is an html-only message that shows the webkit problem, for me at least: links in the alternate-colored rows don't respond, but the ones more prominently displayed, like "Now is the time..", do. Can you verify that? If so, I'll file a bug. Thanks, Peter
_______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLHi Peter,
I've exactly the same behaviour as you have described. BTW, if I quote your message included all the parts, I fall in the enchant problem I've reported some time ago. Balsa is frozen and if I lauched a strace on the pid, I get: stat("/home/jean-luc/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 stat("/home/jean-luc/.config/enchant/fr_FR.dic", ^Come/jean- luc/.config/enchant/fr_FR.dic", <unfinished ...> Process 6444 detached Regards Jean-Luc Le 12/05/2009 19:24:24, Peter Bloomfield a écrit : >On 04/27/2009 03:14:02 AM Mon, Jean-Luc Coulon (f5ibh) wrote: >[ snip ] >> Here are my configure options: >> --with-compface --with-gpgme --enable-smime \ >> --with-gss --with-gtkspell --with-ldap --with-sqlite --with-ssl \ >> --with-gtksourceview --enable-extra-mimeicons --with-webkit > >Attached is an html-only message that shows the webkit problem, for me >at >least: links in the alternate-colored rows don't respond, but the ones > >more prominently displayed, like "Now is the time..", do. Can you >verify >that? If so, I'll file a bug. > >Thanks, > >Peter > _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLHi Jean-Luc:
On 05/12/2009 03:05:39 PM Tue, Jean-Luc Coulon (f5ibh) wrote: > Hi Peter, > > I've exactly the same behaviour as you have described. Thanks for verifying that. <URL:https://bugs.webkit.org/show_bug.cgi?id=25748> > BTW, if I quote your message included all the parts, I fall in the > enchant problem I've reported some time ago. Balsa is frozen and if I > lauched a strace on the pid, I get: > > > stat("/home/jean-luc/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, > st_size=0, ...}) = 0 > stat("/home/jean-luc/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, > st_size=0, ...}) = 0 [ snip repeats ] I still can't reproduce that! I installed hunspell-fr, set the spell-checker language to French, restarted Balsa with LANG=fr_FR, and began a reply to that message. The part of the strace log that refers to those files is: open("/home/peter/.config/enchant/fr_FR.dic", O_RDONLY|O_CREAT, 0600) = 21 close(21) = 0 stat64("/home/peter/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 open("/home/peter/.config/enchant/fr_FR.dic", O_RDONLY) = 21 flock(21, LOCK_EX) = 0 fstat64(21, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb2266000 read(21, ""..., 4096) = 0 flock(21, LOCK_UN) = 0 close(21) = 0 munmap(0xb2266000, 4096) = 0 open("/home/peter/.config/enchant/fr_FR.exc", O_RDONLY|O_CREAT, 0600) = 21 close(21) = 0 stat64("/home/peter/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 open("/home/peter/.config/enchant/fr_FR.exc", O_RDONLY) = 21 flock(21, LOCK_EX) = 0 fstat64(21, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb2266000 read(21, ""..., 4096) = 0 flock(21, LOCK_UN) = 0 close(21) = 0 munmap(0xb2266000, 4096) = 0 Versions: enchant-1.4.2-5.fc11.i586 hunspell-1.2.8-4.fc11.i586 gtkspell-2.0.15-1.fc11.i586 Best, Peter _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLOn 05/12/2009 03:05:39 PM Tue, Jean-Luc Coulon (f5ibh) wrote:
> Hi Peter, > > I've exactly the same behaviour as you have described. [ snip ] > Le 12/05/2009 19:24:24, Peter Bloomfield a écrit : [ snip ] >> Attached is an html-only message that shows the webkit problem, for me >> at least: links in the alternate-colored rows don't respond, but the >> ones more prominently displayed, like "Now is the time..", do. Can you >> verify that? If so, I'll file a bug. FWIW: the difference in that message seems to be that if a link is supposed to open in a new window (specifically, has the attribute 'target="_blank"'), it will not respond to clicking. I've added a comment to that effect in the bug <URL:https://bugs.webkit.org/show_bug.cgi?id=25748#c2>. Not sure if there's a fix--WebKit support /is/ still labeled "experimental"! Peter _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Re: open link in browser fails if message is HTMLOn 04/25/2009 06:46:26 AM Sat, Jean-Luc Coulon (f5ibh) wrote:
> > Hii, > > If I get an HTML message, if there is an url in the message, selecting > it fails to lauch the browser. > The url is normaly displayed in the status line and it opens normally > if the message is plain/text. > > Regards > > Jean-Luc which I believe was the issue here. Best, Peter _______________________________________________ balsa-list mailing list balsa-list@... http://mail.gnome.org/mailman/listinfo/balsa-list |
| Free embeddable forum powered by Nabble | Forum Help |