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 401992 - Remap on specific control if the control is unavailable.
Remap on specific control if the control is unavailable.
Status: VERIFIED WONTFIX
Product: LDTP
Classification: Other
Component: ldtp
unspecified
Other Linux
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2007-01-29 08:01 UTC by lavi
Modified: 2008-09-04 04:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lavi 2007-01-29 08:01:51 UTC
Steps to Reproduce:
1. Input the following script, watch the map info:
    ldtp.click('frmTasks', 'btnNew')
2. Then input a script:
    ldtp.click('frmTasks', 'btnNewNon')


Actual Results:
1. Map all of components inside the frmTasks.
2. Remap all of components inside the frmTasks again.

Expected Results:
2. It should check the map of 'btnNewNon' button whether it exists in current window but for all of components, 
then add the map of control to map-file after it found.


Other:
In fact, We always just need to check whether the specific component is available aftet maped all of controls under the window.
Comment 1 lavi 2007-02-09 09:17:54 UTC
Hope the feature would be available in the feature.
Comment 2 lavi 2008-09-04 04:30:14 UTC
It work now.