[LDTP-Dev] [Bug 346464] gedit crashes when LDTP gettextproperty is
used on text that is underlined in squiggly lines
gedit (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Jul 14 00:11:41 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=346464
gedit | general | Ver: 2.14.x
------- Comment #4 from Nagappan 2006-07-14 07:11 UTC -------
Steps to reproduce the bug using LDTP scripts:
from ldtp import *
selectmenuitem ('*-gedit', 'mnuEdit;mnuPreferences')
waittillguiexist ('dlgPreferences')
selecttab ('dlgPreferences', 'ptl0', 'Plugins')
checkrow ('dlgPreferences', 'tbl1', 9) # Assuming that 'Spell Checker' is 10th
plugin
click ('dlgPreferences', 'btnClose')
waittillguinotexist ('dlgPreferences')
menucheck ('*-gedit', 'mnuTools;mnuAutocheckSpelling')
settextvalue ('*-gedit', 'txt0', 'catchbugs byusing ldtp')
gettextproperty('*gedit','txt0',0,8)
To install LDTP package:
http://ldtp.freedesktop.org/wiki/Downloads
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the LDTP-dev
mailing list