Opened 7 years ago
Closed 6 years ago
#13730 closed bug (fixed)
BOutlineListView::EachItemUnder gets too many items
Reported by: | jalopeura | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
EachItemUnder selects items that are not in fact under the superitem passed to the method.
Attachments (2)
Change History (7)
by , 7 years ago
Attachment: | OutlineListView_EachItemUnder.cpp added |
---|
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
by , 7 years ago
Attachment: | OutlineListView_EachItemUnder.diff added |
---|
comment:2 by , 7 years ago
The new implementation also excludes the SuperItem itself. This probably makes sense, but is there an undocumented BeOS quirk here?
Also, it seems strange that the function starts with an IndexOf but then use that index to access FullList* functions. I think that's a bug and FullListIndexOf should be used instead?
comment:4 by , 7 years ago
patch: | 1 → 0 |
---|
Note:
See TracTickets
for help on using tickets.
Simple program to reproduce the bug