|
Bugzilla – Full Text Bug Listing |
| Summary: | Unhandled exception when we click on any node in Treeview Control | ||
|---|---|---|---|
| Product: | [Mono] Mono: Class Libraries | Reporter: | Palanisamy Muniappan <Palanisamy_m> |
| Component: | Windows.Forms | Assignee: | Mono Bugs <mono-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Blocker | ||
| Priority: | P1 - Urgent | CC: | calberto.cortez, johnm, suneetha_g |
| Version: | 2.0.x | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | All | ||
| Whiteboard: | OSX | ||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Please find the attached sample application for the defect.
Unit Test |
||
|
Description
Palanisamy Muniappan
2008-10-24 09:43:33 UTC
Hi, I have implemented the sample .Net application that reproduces this defect. Steps to reproduce the defect: 1. Run the application, Opens the Main form. 2. Click on Root node in the lift side panel. 3. Application will get crash and it throws an exception in the terminal windows. 4. Some times when we click on root node it adds dynamic nodes to it successfully. 5. But it will get crash on child node selection. How often does this happen? Most of the node click events Actual Result: Now when we click on any of the nodes in the tree view the application is getting crashed. Expected Result: The tree view should perform all the operations as like in windows. Created attachment 260056 [details]
Please find the attached sample application for the defect.
Created attachment 260280 [details]
Unit Test
Attached is a unit test which can reproduce the problem.
Essentially the problem occurs whenever the node list is cleared during the nodeclick event.
Should also mention this occurs in SVN head on Win32. The same issue is happening in Fedora10 32-bit. As we observed that MONO is in-built with the version 2.0.1. Hi, As we learnt that there is defect in MONO 2.X version. Since we are getting the same error with MONO 2.X version in all the Linux distros. Marking this bug's Platform as All, since this is actually reproducible not only on Mac. This should be fixed in rev 123859. Re-open if needed. Thanks! |