Reported by jteh on 2013-08-02 07:34
When tabbing through objects in PowerPoint 2007, the object is sometimes spoken twice. This is intermittent, but happens quite a lot for me.
The text was updated successfully, but these errors were encountered:
Comment 4 by James Teh <jamie@... on 2013-08-06 01:45
In [3259984]:
In Microsoft PowerPoint, objects are no longer sometimes spoken twice when you select them or choose to edit them.
A COM event can cause handleSelection to run within itself. Therefore, just return if it's already running.
Also, use lastQueuedFocusObject, as it's more direct than using getFocusObject and isPendingEvents.
Fixes #3394.
Reported by jteh on 2013-08-02 07:34
When tabbing through objects in PowerPoint 2007, the object is sometimes spoken twice. This is intermittent, but happens quite a lot for me.
The text was updated successfully, but these errors were encountered: