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 678922 - When editing a label, the cursor is moved to the end after every change.
When editing a label, the cursor is moved to the end after every change.
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: user interface
3.12.x
Other Linux
: Normal major
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
: 687411 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-06-26 20:21 UTC by matthew
Modified: 2012-11-02 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matthew 2012-06-26 20:21:33 UTC
Steps to reproduce:

1. Create a new glade file.
2. Add any widget with a label.
3. Enter some "World!" for the widget's label
4. Move the cursor to the beggining of the text you entered.
5. Try to type the world "Hello, "

Expected Result:

The label is now "Hello, World!"

Actual Result:

After each letter is typed, the cursor is moved to the end the label. So instead, the label is:
"HWorld!ello, "

This happens any time the text is changed (even when text is deleted), and makes editing labels in glade3 near-unusable.
Comment 1 Juan Pablo Ugarte 2012-11-01 19:41:26 UTC
Fixed in 3.14 branch and master
Comment 2 Juan Pablo Ugarte 2012-11-02 13:30:56 UTC
*** Bug 687411 has been marked as a duplicate of this bug. ***