Bugzilla – Bug 546909
Atk.Relation bug with ListView (ListBox in Silverlight)
Last modified: 2009-10-16 15:08:39 UTC
There's a regression in the test suite regarding Atk.Relations: Tests run: 1, Failures: 1, Not run: 0, Time: 10.146 seconds Test Case Failures: 1) UiaAtkBridgeTest.BridgeTests.ListView : Relation (NodeChildOf) Expected: not null But was: null at UiaAtkBridgeTest.AtkTester+<Relation>c__AnonStoreyC.<>m__17 () [0x00019] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atkREALLYNOC/UiaAtkBridge/Test/AtkTest/AtkTester.cs:2079 at UiaAtkBridgeTest.BridgeTester.RunInGuiThread (System.Action d) [0x00000] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atkREALLYNOC/UiaAtkBridge/Test/UiaAtkBridgeTest/BridgeTester.cs:277 I'm tracking it down to a bug somewhere in GetAdapterForProvider(), which shouldn't return null for a provider which is parent of another provider who has an Adapter counterpart.
Working on this.
Fixed in r144274,144275.