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 354550 - Recorder cannot record in object-oriented mode
Recorder cannot record in object-oriented mode
Status: RESOLVED DUPLICATE of bug 356740
Product: dogtail
Classification: Deprecated
Component: Recorder
CVS HEAD
Other All
: Normal major
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-06 01:55 UTC by Len DiMaggio
Modified: 2006-09-19 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Len DiMaggio 2006-09-06 01:55:01 UTC
Please describe the problem:
Dogtail and PYSPI as build from CVS head - 20060905
Running on FC5 (kernel = 2.6.15-1.2054_FC5)

Recording a script in object-oriented mode fails - this text is displayed if dogtail-recorder is run from a shell window:

#!/usr/bin/python
from dogtail.tree import *

Traceback (most recent call last):
  • File "/usr/bin/dogtail-recorder", line 745 in marshalOnMouseButton
    try: recorder.onMouseButton(event)
  • File "/usr/bin/dogtail-recorder", line 520 in onMouseButton
    self.writer.recordTyping(self.typedTextBuffer, "pressed", self.lastFocusedNode)
  • File "/usr/bin/dogtail-recorder", line 177 in recordTyping
    raise NotImplementedError NotImplementedError



Steps to reproduce:
1. Startup recorder
2. Attempt to record a script in object oriented mode
3. 


Actual results:


Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Len DiMaggio 2006-09-19 14:53:28 UTC
Replacing this bug with #356740

http://bugzilla.gnome.org/show_bug.cgi?id=356740



*** This bug has been marked as a duplicate of 356740 ***