Opened 18 years ago

Closed 16 years ago

#158 closed bug (fixed)

[Tracker] doesn't show up/down arrows

Reported by: diver Owned by: axeld
Priority: normal Milestone: R1
Component: Servers/app_server Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by axeld)

If you call context menu in tracker you will see "Open Parent" menu item wich should be assigned accelerant key - (ALT/CTRL + arrow up). Instead you'll see square like this '[]' without ALT or CTRL image.

Attachments (1)

menu.PNG (6.2 KB ) - added by diver 18 years ago.
Missing up/down/Alt/Ctrl images

Download all attachments as: .zip

Change History (13)

comment:1 by diver, 18 years ago

Summary: Tracker don't shows up down arrowsTracker don't shows up/down arrows

by diver, 18 years ago

Attachment: menu.PNG added

Missing up/down/Alt/Ctrl images

comment:2 by jackburton, 18 years ago

Looks like DrawChar(B_DOWN_ARROW) (and drawing a string with DrawString() which contains that charachter) doesn't work (in BeOS R5 as in haiku).

comment:3 by jackburton, 18 years ago

I added a TODO item in MenuItem.cpp. If someone wants to tackle it...

comment:4 by axeld, 18 years ago

Owner: changed from bpmagic@… to axeld

comment:5 by axeld, 18 years ago

Fixed in BMenuItem, but still doesn't work. Maybe we need a dedicated font for this, even though it looks like our fonts have this character.

comment:6 by axeld, 18 years ago

Ok, our standard fonts doesn't seem to have the arrow symbols :/

comment:7 by diver, 18 years ago

In R5, if Tahoma font is used, it draws arrow symbol, but not in Haiku.

comment:8 by axeld, 18 years ago

Sure, R5 obviously uses a special symbol font for them.

comment:9 by diver, 18 years ago

Summary: Tracker don't shows up/down arrows[Tracker] don't shows up/down arrows

comment:10 by axeld, 18 years ago

Component: GeneralUser Interface/app_server
Description: modified (diff)
Platform: All

comment:11 by dancxjo, 17 years ago

Summary: [Tracker] don't shows up/down arrows[Tracker] doesn't show up/down arrows

comment:12 by jackburton, 16 years ago

Resolution: fixed
Status: newclosed

This has been working for some time. Although if the selected font is missing this glyphs, they won't show up. IOW: We still need a fallback in BMenuItem :) Let's close this, anyway.

Note: See TracTickets for help on using tickets.