Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#639 closed bug (fixed)

[Deskbar] new replicants are incorrectly positioned

Reported by: johndrinkwater Owned by: sikosis
Priority: normal Milestone: R1
Component: - General Version:
Keywords: Cc: diver
Blocked By: Blocking:
Platform: All

Description

Currently there are problems with deskbar icons, but I believe this is unrelated. No matter how many icons I have, like ProcessController, Media, etc, Pulse always overlaps (drawn on top of) the top left item.

Change History (11)

comment:1 by jackburton, 18 years ago

Does it move to the correct position if you drag around the deskbar ?

comment:2 by johndrinkwater, 18 years ago

Summary: [Pulse] Overlaps other icons in deskbar mode[Deskbar] new replicants are incorrectly positioned

comment:3 by johndrinkwater, 18 years ago

Yes, it does. After further testing, it is the all encompassing bug you'd mentioned earlier in #haiku. (I failed to see it with PC because it restarts Deskbar(?))

New bug description: When an new replicant is added to Deskbar, it appears at the start of the list of icons, whether or not the list is empty. Replicants are correctly repositioned once Deskbar has 'moved' its shelf.

comment:4 by diver, 18 years ago

Cc: diver added

comment:5 by axeld, 18 years ago

Component: ApplicationsKits

comment:6 by korli, 18 years ago

Well, if it doesn't happen on R5, it could very well be a problem in our BShelf implementation.

comment:7 by koki@…, 18 years ago

(In reply to comment #3)

Well, if it doesn't happen on R5, it could very well be a problem in our BShelf implementation.

I can confirm this bug (on build 17778).

comment:8 by jackburton, 18 years ago

Just a thought: could this depend on missing/wrongly initialized archiving flags in BView ? At least, I think the B_VIEW_FRAME_BIT should be set when MoveBy/MoveTo are called.

comment:9 by axeld, 18 years ago

Resolution: fixed

comment:10 by axeld, 18 years ago

Status: newclosed

comment:11 by axeld, 18 years ago

Fixed in hrev18354, the problem was BShelf not calling CanAcceptReplicantView() in AddReplicant.

Note: See TracTickets for help on using tickets.