After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 206909 - clicking on url should not give focus to maildisplay
clicking on url should not give focus to maildisplay
Status: RESOLVED NOTABUG
Product: evolution
Classification: Applications
Component: Mailer
1.5.x (obsolete)
Other All
: Normal minor
: Future
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 216096
 
 
Reported: 2001-08-09 20:31 UTC by Dan Winship
Modified: 2005-02-22 01:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtkhtml patch to allow this behavior (3.54 KB, patch)
2002-05-13 14:53 UTC, Dan Winship
none Details | Review

Description Dan Winship 2001-08-09 20:31:22 UTC
If the message list has the focus, and you click on a URL in the mail
display, the message list should retain the focus.
Comment 1 Jeffrey Stedfast 2001-08-09 20:36:10 UTC
is there any reason the mail-display should ever get focus? If not,
maybe we should just not allow focus in the mail-display?
Comment 2 Jeffrey Stedfast 2001-08-09 20:36:52 UTC
n/m, I'm a dumbass...

we need it for copy/pasting stuff from the message and for using the
space-bar to scroll through it
Comment 3 Peter Williams 2001-08-09 21:40:11 UTC
Is this really such a bad idea? Spacebar in the message list already
scrolls the message pane. C&P already conflicts with the menu items
which copy and paste messages, right?

I'm gonna try removing GTK_CAN_FOCUS from my message pane and see how
it works out.
Comment 4 Jeffrey Stedfast 2001-08-09 21:42:21 UTC
eek! no! don't do it!

I changed code to copy and paste The Right Way (tm) by copy/pasting
from the widget that is in focus.
Comment 5 Peter Williams 2001-08-09 21:56:02 UTC
Geez... from *my* message pane.

And it didn't have any visible effect, either (I could tab to it) so
never mind that idea.
Comment 6 Luis Villa 2001-08-17 20:25:00 UTC
As a result of the UI freeze today, I'm marking all remaining non-1.0 UI bugs to
'future'. Someone reading this should only change the target back to 1.0 under
the following circumstances:
1) The change would not impact documentation. (i.e., 'how to do X' would not
have to be changed in any way.)
2) The change would require trivial work for the programmers involved. Most
likely, only the programmers themselves are able to judge this. So, if you are
not on the evo team, or cannot provide a patch to them for this, you should
probably not make any such changes. 
Sorry that this is going to impact so many irritating bugs, but we have to
prioritize our limited resources.
Comment 7 Not Zed 2002-01-22 00:13:03 UTC
Is there any way to actually implement this?
Comment 8 Jeffrey Stedfast 2002-01-30 21:57:14 UTC
by clicking on the link, you by defenition have to focus the widget.
there's no way around that afaik.

besides, I've now fixed evolution mail so that Edit/Select All and
Edit/Copy do the Right Thing (tm) when the mail-display is in focus.
If you make it so that you can't focus the mail-display, then thoat
code becomes worthless.
Comment 9 Dan Winship 2002-02-03 18:23:11 UTC
It's obnoxious to lose keyboard control of the mailer every time
you click on a url.

There are various ways this could be implemented. For instance,
the code could explicitly redo the focus after calling
gnome_url_show.
Comment 10 Dan Winship 2002-05-13 14:53:30 UTC
Created attachment 41216 [details] [review]
gtkhtml patch to allow this behavior
Comment 11 Gerardo Marin 2002-07-04 18:51:52 UTC
Has this patch been commited? What's the status on this?
Comment 12 Peter Williams 2002-08-23 21:04:06 UTC
No, the patch hasn't been committed. Lewing, what do you think?
Comment 13 Gerardo Marin 2002-11-29 19:11:50 UTC
No longer a 1.2 milestone. Futuring
Comment 14 André Klapper 2004-07-28 12:12:44 UTC
still valid in evolution1.5-1.5.90.0.200407191630-0.snap.ximian.8.1.
Comment 15 Not Zed 2005-02-22 01:29:04 UTC
this is not a bug.  if you click on a link the link must gain focus. 
then you can use tab to scan through all links, etc.