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 407728 - The guiexist work invalid with invisible widget.
The guiexist work invalid with invisible widget.
Status: RESOLVED NOTABUG
Product: LDTP
Classification: Other
Component: ldtp
unspecified
Other Linux
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2007-02-14 03:59 UTC by lavi
Modified: 2008-02-23 04:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lavi 2007-02-14 03:59:42 UTC
Step to Reproduce:
1. Open gedit. Pick File | SaveAs... menu
2. ldtp.guiexist('dlgSaveAs*', 'btnCreateFolder')

Actual Result:
step 2 returned 1

Expected Result:
step 2 will return 0 because this button has invisible due to collecting 'tbtnBrowserforotherfolders'.
Comment 1 Nagappan Alagappan 2008-01-17 23:09:22 UTC
Actually the relevant accessible state is visible. So, I feel its bug with the application. Probably you can update this bug with some other sample to reproduce this issue.
Comment 2 lavi 2008-02-23 04:42:55 UTC
Oh, okay, I'll try another condition.