Opened 16 years ago
Closed 16 years ago
#3724 closed bug (fixed)
BOutlineListView selection issue
Reported by: | PieterPanman | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
See the test app attached to #3711 I noticed some slightly weird behavior regarding selection. Try the test application:
- Select the last item.
- collapse its parent
- expand it again
- collapse it again
- expand it again
- try to select the last item's parent: it is not possible
- try it again, now you can select it. Weird huh?
Obviously its parent should be selectable on the first click.
Change History (7)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Status: | new → assigned |
---|
comment:3 by , 16 years ago
comment:4 by , 16 years ago
I think what you might be running into is somewhat problematic multiple click detection...I can reproduce problems in different ways.
comment:5 by , 16 years ago
Please try with hrev30131 and see if you can still reproduce this problem.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Cool, thanks for the report :)
Note:
See TracTickets
for help on using tickets.
I'm having trouble reproducing this....do you mean selecting the items individually or shift selecting? Just selecting items individually, I can't seem to duplicate the case of being unable to select the parent here.