GNOME Bugzilla – Bug 341391
Need for functions to position text cursor
Last modified: 2006-05-11 11:10:26 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.
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.
Created attachment 65231 [details] [review] made changes checking for return value. and other minor changes