#4128 closed bug (fixed)
[Tracker] CountView display question marks when using context search with some keymap
Reported by: | diver | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
CountView area in Tracker window shows question marks when I try to use context search (type ahead?)
Screenshot attached
Tested in hrev31799 in virtualbox
Attachments (3)
Change History (8)
by , 15 years ago
Attachment: | CountView.png added |
---|
comment:1 by , 15 years ago
Summary: | [Tracker] CountView display question marks when using context search with russian keymap → [Tracker] CountView display question marks when using context search with some keymap |
---|
comment:2 by , 15 years ago
by , 15 years ago
Attachment: | CountView2.png added |
---|
by , 15 years ago
Attachment: | CountView3.png added |
---|
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
Yup, the character now actually gets used in full whereas before it would cut off just the first byte and use that, resulting in a broken mutlibyte character. What you're seeing is probably a problem in TruncateString() and I'm about to investigate/fix that one (happens for any multibyte char apparently). The backend behind that truncation looks a bit, odd, to say the least.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Fixed in hrev35381 amongst other things.
Note:
See TracTickets
for help on using tickets.
Situation changed a bit, probably in hrev35375. After typing the first character it looks like this:
After typing the second (same) character it looks like this:
Tested with hrev35377 in VirtualBox 3.0.12