#7358 closed bug (fixed)
Expander's file panels isn't move to other workspace
Reported by: | humdinger | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev40812.
CTRL+ALT+CursorKeys switches workspaces, add SHIFT and you'll take the active window with you. Doesn't work with Expander's source/destination file dialogs, though. Those are left behind on the main window's workspace.
Does work with e.g. Pe, StyledEdit, ShowImage, DiskProbe etc.
Change History (6)
comment:1 by , 14 years ago
follow-up: 3 comment:2 by , 14 years ago
Component: | Applications/Expander → Servers/app_server |
---|---|
Owner: | changed from | to
Modal windows are indeed handled differently to normal windows: they are supposed to always only appear where the application or its windows are. So obviously, something doesn't work out as intended :-)
comment:3 by , 14 years ago
Replying to axeld:
Modal windows are indeed handled differently to normal windows: they are supposed to always only appear where the application or its windows are. So obviously, something doesn't work out as intended :-)
OK. What would be the correct behavior then? Take the application windows and the modal window to the new workspace?
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Expanders filepanels now accompany their app window to another workspace. Fixed.
comment:6 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Expander use modals file panels. I tried to switch them to non modal and the behavior is then as expected.
Is a modal file panel supposed to switch workspace?