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 144667 - Triple click to select all the text in a text node doesn't work
Triple click to select all the text in a text node doesn't work
Status: RESOLVED FIXED
Product: conglomerate
Classification: Other
Component: Code
unspecified
Other All
: Normal enhancement
: ---
Assigned To: conglomerate list
conglomerate list
Depends on:
Blocks:
 
 
Reported: 2004-06-19 17:12 UTC by Geert Stappers
Modified: 2005-06-15 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch to fix the issue (2.46 KB, patch)
2005-06-15 07:26 UTC, Yuriy Syrota
none Details | Review
Updated patch (2.36 KB, patch)
2005-06-15 09:15 UTC, Yuriy Syrota
committed Details | Review

Description Geert Stappers 2004-06-19 17:12:40 UTC
This is a clone of bug 144376
Comment 1 Yuriy Syrota 2005-06-15 07:26:33 UTC
Created attachment 47788 [details] [review]
The patch to fix the issue

Here is the patch to fix the problem. What do you think, can I apply&commit it?
Comment 2 Geert Stappers 2005-06-15 07:51:27 UTC
What I mis in the patch is an update on the file ChangeLog.

Something else: Unified diffs, produced with the -u flag, are more reable.
Comment 3 Yuriy Syrota 2005-06-15 09:15:23 UTC
Created attachment 47790 [details] [review]
Updated patch

The patch updated according to Geert's notes.
Comment 4 Geert Stappers 2005-06-15 10:19:06 UTC
Thanks.
I hope it will get in tarball that due to be released.
Comment 5 Dave Malcolm 2005-06-15 20:23:58 UTC
This is working nicely for me, so I've committed your patch.

I'm going to mark this as fixed.  Many thanks.

It appears to be selecting the whole node, rather than just the line, but I
think that's a bug in the underlying cong_location_calc_line_start/end
functions, and the behaviour "feels" good to me, which is in some ways more
important.