OSDN Git Service

VirtualBuffer.shouldPassThrough: When walking ancestors, correctly handle the case...
authorJames Teh <jamie@jantrid.net>
Wed, 25 Jan 2012 05:45:14 +0000 (15:45 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 25 Jan 2012 05:45:14 +0000 (15:45 +1000)
commit7954d920416dfad98cf7082694f3e8db7c6e17eb
tree4d2222ebd7cb44ae7c29d700b30eaf97a896c5ae
parentbe9edb6b435ffeb0c3cf973eeca3f13ce8bb77d9
VirtualBuffer.shouldPassThrough: When walking ancestors, correctly handle the case where there are no more parents.
This isn't supposed to happen, as it should hit the root NVDAObject before that. Nevertheless, we should handle it gracefully.
source/virtualBuffers/__init__.py