Opened 14 years ago
Last modified 17 months ago
#6438 assigned bug
BPopUpMenu labels do not truncate — at Version 5
Reported by: | dru_ed | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit/BMenu | Version: | R1/Development |
Keywords: | BPopUpMenu | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
On Haiku (be it Alpha or nightly 37948), BPopUpMenus do not truncate text to fit their given rectangle when set. The image below shows the same code running on BeOS R5 & Haiku rev 37948.
1-3 / A-C happen as expected. The problem is at 4 / D. Details below.
- 1: shows the popupmenu with a name on R5, A: shows the same on Haiku - both as expected.
- 2: shows the contents of the popupmenu on R5, B: shows the same on Haiku - both as expected.
- 3: shows the popupmenu after an item is chosen. C: shows the same on Haiku - both as expected.
- 4: shows the popupmenu after a very long named item is chosen. on R5, the name is truncated.
- D: shows the popupmenu after a very long named item is chosen. on Haiku, the name is not truncated and extends well beyond the size specified as the limit of the popupmenu rectangle's width.
Change History (5)
by , 14 years ago
Attachment: | PopUpTruncHR5.png added |
---|
by , 12 years ago
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 6 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
PopUpMenu R5 vs Haiku