[Mono-bugs] [Bug 333663] New: ComboBox: Text selection not correct

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Oct 13 09:47:11 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=333663

           Summary: ComboBox: Text selection not correct
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
          Found By: ---


When DropDownStyle is DropDown, then the text in the combobox is not correctly
selected.

After selecting an item in the dropdown list, the text should be fully
selected. Moving focus away should deselect the text, and when focus is
received the text should be selected again.

Also, HideSelection should be false to allow text to be selected (using, for
example, SelectionLength/SelectionStart) when ComboBox does not have focus.

To reproduce:
1. compile and run the attached source code.
2. follow the on-screen instructions.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list