Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78526 --- shadow/78526 2006-05-29 04:10:04.000000000 -0400 +++ shadow/78526.tmp.4870 2006-05-29 04:10:04.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 78526 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ListView: bring back file selection when it got focus. + +This is related to item 4 of bug #78446. + +When ListView lost focus, it makes item selection invisible (i.e. it looks +as if nothing were selected) correctly. However, when ListView got focus +again, it does not bring selection back. + +Steps to reproduce the problem: +1. Run FileOpenDialog. +2. Select a file from the file list view. +3. Push tab key. +4. Push shift+tab key. +5. Push cursor so that the file selection should move. + +Actual Results: + +The file selection is moved, reflecting the selection at the bottom +"filename" textbox, but it is not visible in the file ListView. + +Expected Results: + +The ListView should also bring back the file selection and thus the +selected file is highlighted. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
