http://bugzilla.novell.com/show_bug.cgi?id=591969
http://bugzilla.novell.com/show_bug.cgi?id=591969#c0 Summary: Atk.TableImplementor::get_SelectedColumns No Implementation Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: 32bit OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: VB Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=351197) --> (http://bugzilla.novell.com/attachment.cgi?id=351197) Unknown Exception User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1042 Safari/532.5 Mono 2.6.3 on non-VM openSUSE 11.2, two methods from Win 7 32bit VS, Run Remotely and Debug Remotely. Run outputs the following to the MonoVS 1.0.0.0 Log Viewer: [01:07:41:8583090] no implementation for interface method Atk.TableImplementor::get_SelectedColumns() in class UiaAtkBridge.Table [01:07:41:8588110] METHOD ctor(System.Windows.Automation.Provider.IRawElementProviderFragment) [01:07:41:8592060] METHOD RaiseAutomationEvent(System.Windows.Automation.AutomationEvent,System.Windows.Automation.AutomationEventArgs) [01:07:41:8595840] METHOD RaiseStructureChangedEvent(object,System.Windows.Automation.StructureChangedEventArgs) [01:07:41:8599120] METHOD RaiseAutomationPropertyChangedEvent(System.Windows.Automation.AutomationPropertyChangedEventArgs) [01:07:41:8602200] METHOD RefAt(int,int) [01:07:41:8605410] METHOD GetIndexAt(int,int) [01:07:41:8609270] METHOD GetColumnAtIndex(int) [01:07:41:8612470] METHOD GetRowAtIndex(int) [01:07:41:8615540] METHOD get_NColumns() [01:07:41:8618550] METHOD get_NRows() [01:07:41:8621800] METHOD GetColumnExtentAt(int,int) [01:07:41:8625010] METHOD GetRowExtentAt(int,int) [01:07:41:8628530] METHOD get_Caption() [01:07:41:8631790] METHOD set_Caption(Atk.Object) [01:07:41:8634850] METHOD GetColumnDescription(int) [01:07:41:8637870] METHOD GetColumnHeader(int) [01:07:41:8640880] METHOD GetRowDescription(int) [01:07:41:8644250] METHOD GetRowHeader(int) [01:07:41:8808420] METHOD get_Summary() [01:07:41:8812320] METHOD set_Summary(Atk.Object) [01:07:41:8815580] METHOD SetColumnDescription(int,string) [01:07:41:8818540] METHOD SetColumnHeader(int,Atk.Object) [01:07:41:8821550] METHOD SetRowDescription(int,string) [01:07:41:8824670] METHOD SetRowHeader(int,Atk.Object) [01:07:41:8828190] METHOD GetSelectedColumns(int&) [01:07:41:8831370] METHOD GetSelectedColumns(int[]&) [01:07:41:8834400] METHOD GetSelectedRows(int&) [01:07:41:8837420] METHOD GetSelectedRows(int[]&) [01:07:41:8840360] METHOD IsColumnSelected(int) [01:07:41:8843560] METHOD IsRowSelected(int) [01:07:41:8847260] METHOD IsSelected(int,int) [01:07:41:8853860] METHOD AddRowSelection(int) [01:07:41:8857340] METHOD RemoveRowSelection(int) [01:07:41:8860390] METHOD AddColumnSelection(int) [01:07:41:8863500] METHOD RemoveColumnSelection(int) [01:07:41:8866420] METHOD EmitRowReorderingSignal() [01:07:41:8869330] METHOD OnRefStateSet() Debug shows the attached error message. This occurs on default test projects with only a window and no controls, as well as large projects. Reproducible: Always Steps to Reproduce: 1. Nothing special to reproduce Actual Results: See details section. Expected Results: A running or debugging application on the remote machine. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
