#1335 closed defect (fixed)
When in fullscreen mode in an activity, frame doesnt pop-up
Reported by: | HoboPrimate | Owned by: | alsroot |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | r+ |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Try switching to fullscreen in any activity, like Browse or Terminal. Notice that the hot corners dont work anymore for invoking the frame.
Attachments (1)
Change History (11)
comment:1 Changed 14 years ago by garycmartin
- Bug Status changed from Unconfirmed to New
- Distribution/OS changed from Ubuntu to Unspecified
- Milestone changed from Unspecified by Release Team to 0.86
comment:2 Changed 14 years ago by alsroot
- Owner changed from tomeu to alsroot
- Priority changed from Unspecified by Maintainer to High
- Status changed from new to assigned
comment:3 Changed 14 years ago by alsroot
- Component changed from sugar to sugar-toolkit
comment:4 Changed 14 years ago by alsroot
- Keywords r? added
- Owner changed from alsroot to erikos
Changed 14 years ago by alsroot
comment:5 Changed 14 years ago by alsroot
added code to hide all palettes
comment:6 Changed 14 years ago by alsroot
The main idea of patch if redefining (un)fullscreen methods and do not set fullscreen wm hint.
comment:7 Changed 14 years ago by tomeu
- Keywords r+ added; r? removed
- Owner changed from erikos to alsroot
Patch looks great to me, I would just not have those returns in the middle of the method, it makes the reader have to scan the whole method to know which exit points exist:
152 if not self.props.enable_fullscreen_mode: 153 return
comment:8 Changed 14 years ago by alsroot
- Resolution set to fixed
- Status changed from assigned to closed
comment:9 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
Note: See
TracTickets for help on using
tickets.
Just confirmed this in F11 sugar-jhbuild with ImageViewer and Read as well.