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 341391 - Need for functions to position text cursor
Need for functions to position text cursor
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other Linux
: Normal enhancement
: ---
Assigned To: Prashanth Mohan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-05-11 10:09 UTC by Prashanth Mohan
Modified: 2006-05-11 11:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
adds the functions getcursorposition and setcursorposition to the LDTP API (6.52 KB, patch)
2006-05-11 10:16 UTC, Prashanth Mohan
reviewed Details | Review
made changes checking for return value. and other minor changes (12.29 KB, patch)
2006-05-11 11:04 UTC, Prashanth Mohan
committed Details | Review

Description Prashanth Mohan 2006-05-11 10:09:32 UTC
There is a need for functions in the LDTP API to position the text cursor (Caret) in the textbox.

This is needed for the verification of Find and Find Next functionalities in various applications like gedit, gnome-dictionary, etc.
Comment 1 Prashanth Mohan 2006-05-11 10:16:31 UTC
Created attachment 65229 [details] [review]
adds the functions getcursorposition and setcursorposition to the LDTP API

Please check the patch and suggest any changes if any.
Comment 2 Prashanth Mohan 2006-05-11 11:04:29 UTC
Created attachment 65231 [details] [review]
made changes checking for return value. and other minor changes