Opened 9 years ago
Closed 9 years ago
#12108 closed bug (fixed)
BTabView does not show view added to tab later
Reported by: | markh | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If I initially create a tab and leave the view empty (passing NULL as the first parameter of AddTab) and later decide to add the view (by calling the SetView funtion of BTab), the view is not shown in Haiku. This does work in BeOS R5. I added a small test case in this ticket which shows the problem. In BeOS R5, the content of the tab shows a white background with the text "Hello World!" printed in it. In Haiku, the content stays empty (gray background color).
Tested with Haiku hrev49184.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | BTabViewTest.cpp added |
---|
comment:1 by , 9 years ago
Component: | User Interface → Kits/Interface Kit |
---|---|
Owner: | changed from | to
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Fixed in hrev49398. Thanks for the reproducible testcase!
Note:
See TracTickets
for help on using tickets.
Code of small test program to show the problem