[Mono-bugs] [Bug 469967] New: Mono deletes chars in a TextBox with enabled AutoCompletion

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 27 17:09:12 EST 2009


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


           Summary: Mono deletes chars in a TextBox with enabled
                    AutoCompletion
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: PC
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: floseflose at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=268104)
 --> (https://bugzilla.novell.com/attachment.cgi?id=268104)
Testcase for Bug in autocomplete textbox

Description of Problem:
I have a textbox with enabled autocompletion.
The problem is that Mono deletes every char that's not an alphabetic character.

For example when I type "a", an "a" appears, then i type a ";"(semicolon), a
";" appears, then I type "b" and the ";" vanishes and the textbox only shows
"ab".

Then there's also a second bug, that has probably something to do with the
first one:

I write "Linux" in the Textbox, then I select the word with the mouse and press
the delete-key, then I type "b" and instead of showing only "b" the textbox
shows "Linuxb"

How often does this happen? 
always with activated autocompletion

Additional Information:
found in 2.2 and trunk

-- 
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