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 481907 - Traceback in Gecko.locusOfFocusChanged()
Traceback in Gecko.locusOfFocusChanged()
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.20.x
Other All
: Normal normal
: 2.20.1
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2007-09-30 15:18 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2007-10-02 20:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
proposed patch (1.04 KB, patch)
2007-09-30 15:20 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2007-09-30 15:18:07 UTC
locusOfFocusChanged() uses event.source in a couple of places without first checking for an event.  If locusOfFocus becomes None for some reason, we'll get a traceback.
Comment 1 Joanmarie Diggs (IRC: joanie) 2007-09-30 15:20:25 UTC
Created attachment 96423 [details] [review]
proposed patch

Will, is it okay to check this into both the 2-20 branch and trunk?
Comment 2 Willie Walker 2007-10-01 13:57:12 UTC
(In reply to comment #1)
> Created an attachment (id=96423) [edit]
> proposed patch
> 
> Will, is it okay to check this into both the 2-20 branch and trunk?
> 

Yes!  Please commit to both.  Thanks!
Comment 3 Joanmarie Diggs (IRC: joanie) 2007-10-01 19:53:09 UTC
Done.  Thanks.  Moving to pending.
Comment 4 Joanmarie Diggs (IRC: joanie) 2007-10-02 20:08:34 UTC
Per team meeting, closing this out as FIXED.