[Mono-bugs] [Bug 672601] New: Errors during rendering of string containing unicode character U+010D.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 16 10:30:18 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=672601#c0


           Summary: Errors during rendering of string containing unicode
                    character U+010D.
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: All
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: vondra_ondrej at seznam.cz
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User
           Blocker: No


Description of Problem:
WinForms controls displaying text, which contains unicode character U+010D(č - 
LATIN SMALL LETTER C WITH CARON), display this text string incorrectly.

For example, tab page labeled "Privátní klíč" did not display this letter at
the end of the label. TextBox control displays only first occurence of the
letter and RichTextBox randomly hides some occurences.

Steps to reproduce the problem:
Requires czech keyboard layout.
1. Create dialog with TextBox control
2. Run the application and start typing into the text box.
3. After typing first U+010D character, all following occurences of the
character are not rendered at all or rendered incorrectly (only fragments).

Actual Results:
After typing first U+010D character into a TextBox, all following occurences of
the character are not rendered at all or rendered incorrectly (only fragments).

Expected Results:
All occurences of U+010D should render correctly.

How often does this happen? 
Everytime.

Additional Information:
None.

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