Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#317 closed bug (fixed)

Workspaces let you move Workspaces window

Reported by: korli Owned by: axeld
Priority: low Milestone: R1
Component: - General Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This behavior isn't expected (R5 doesn't let you move it), and buggy in the end.

Noticed on rev16821.

Change History (6)

comment:1 by korli, 19 years ago

Additionally it seems on R5, you need two clicks to change the workspace. Also when trying to move the deskbar (which isn't displayed on R5 though) in another workspace than the activated one , the workspace shouldn't be changed.

comment:2 by axeld, 19 years ago

Right, BeOS specifically let's you not move the workspaces window in the current workspace. That's probably a good idea, too :) BTW it's not buggy, the window just loses focus eventually - B_LOCK_WINDOW_FOCUS has not yet been implemented in the app_server.

That you need two clicks for the workspaces is what I'd call a bug on R5. This has been "fixed" in our Workspaces app by specifying B_ACCEPT_FIRST_CLICK. The Deskbar is shown on R5 as all if it's not in B_FLOATING_ALL_WINDOW_FEEL. And then, it behaves exactly like it does under Haiku. When you click on a window that doesn't like to be moved around, that click is just ignored, like for the desktop. The better solution might really be to only handle the desktop window that way, though, I agree - I just copied the BeOS behaviour there.

comment:3 by axeld, 19 years ago

Status: newclosed

comment:4 by axeld, 19 years ago

Fixed in hrev16823.

comment:5 by axeld, 19 years ago

Resolution: fixed

comment:6 by korli, 19 years ago

Tested ok

Note: See TracTickets for help on using tickets.