[Mono-bugs] [Bug 354188] New: TreeView control's event OnSelectedNodeChanged
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 16 11:26:23 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=354188
Summary: TreeView control's event OnSelectedNodeChanged
Product: Mono: Class Libraries
Version: 1.2.5
Platform: x86
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: alexvi at bigblue.net.au
QAContact: mono-bugs at lists.ximian.com
Found By: Other
In Mono OnSelectedNodeChanged event handler is being invoked immediately after
TreeNode.Select() was done, and no matter if it was the first selection (i.e.
the previous selection was empty) or indeed a new node was selected. However
Microsoft's ASP.NET does !!NOT!! invoke OnSelectedNodeChanged when there was no
previously selected node in the tree, unlike Mono.
Also Microsoft ASP.NET invokes OnSelectedNodeChanged only on a postback and not
immediately after a TreeNode.Select() method was called, unlike Mono.
Also it doesn't invoke OnSelectedNodeChanged on a postback if the same already
selected node was clicked (don't know the Mono's behaviour in this case, but
this might be helpful).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list