Opened 12 years ago

Closed 12 years ago

#8478 closed bug (fixed)

File disappears when sorted by "Modified" and right clicked.

Reported by: kallisti5 Owned by: anevilyak
Priority: normal Milestone: R1/alpha4
Component: Applications/Tracker Version: R1/Development
Keywords: Cc: kacperkasper@…
Blocked By: Blocking:
Platform: All

Description (last modified by bonefish)

  1. Open a list view of a bunch of files (332 in my case)
  2. Click the modified header to sort by last modified.
  3. Right click on a file.

You get a pop-up menu, however the file disappears as it has moved in the list order.

Change History (5)

comment:1 by kallisti5, 12 years ago

Description: modified (diff)

comment:2 by anevilyak, 12 years ago

Owner: changed from axeld to anevilyak
Status: newassigned

comment:3 by bonefish, 12 years ago

Description: modified (diff)

comment:4 by KapiX, 12 years ago

Cc: kacperkasper@… added

I did some research on the bug and I found out that it affects files that are not recognized ("Generic") only. It happens not only when you right click the file but also when you open it (in both cases it gets recognized). Files can be sorted also by size or any other attribute, but for at least 3 files it must be the same (for example 3 files must be 3.40 KiB size). Then when clicked/opened file goes to the first place (sometimes - not always - second, when file at the first place is recognized already) of its "group".

Debugger shows that problem is in BPoseView::_CheckPoseSortOrder, when newIndex = 0; and by that we go to BPoseView::BSearchList which in second "if" returns kInsertAtFront (it probably shouldn't).

Sorry if my comment was misleading. Hope I helped.

comment:5 by stpere, 12 years ago

Resolution: fixed
Status: assignedclosed

should be fixed in hrev44384. Thanks!

Note: See TracTickets for help on using tickets.