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 342760 - Init appmap error if that control didnt exist.
Init appmap error if that control didnt exist.
Status: RESOLVED WONTFIX
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other All
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-05-24 03:04 UTC by lavi.xu
Modified: 2006-05-24 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lavi.xu 2006-05-24 03:04:22 UTC
Please describe the problem:
type some command on any control before the control display.

Steps to reproduce:
1. run idle (start gedit and close all of tabs first)
2. type 'from ldtp import settextvalue'
3. type 'settextvaule('*gedit', 'txt0', 'test')'
4. got a msg 'cannt find that obj'
5. switch gedit and open new doc
6. type 'settextvaule('*gedit', 'txt0', 'test')' again in idle
7. the outcome same as step 4.


Actual results:
it cannt set text to relative control

Expected results:
it will set text to control txt0 after the cotrol do exist.

Does this happen every time?
every

Other information:
nothing
Comment 1 Prashanth Mohan 2006-05-24 04:21:40 UTC
I am not able to replicate this bug.

On step 6, the settextvalue succeeds for me returning a value of 1.
Comment 2 lavi.xu 2006-05-24 05:40:19 UTC
the same outcome from anyone else besides you:)
maybe i couldnt close this bug.

Could you plz confirm it again?
Comment 3 lavi.xu 2006-05-24 06:32:35 UTC
it's hash table tech, wish we should use the exactly the name of control in script to avoid it.

thx again.
thx for nags's explain.