Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#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)

sugar-1335.patch (4.7 KB) - added by alsroot 15 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 Changed 15 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

Just confirmed this in F11 sugar-jhbuild with ImageViewer and Read as well.

comment:2 Changed 15 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 15 years ago by alsroot

  • Component changed from sugar to sugar-toolkit

comment:4 Changed 15 years ago by alsroot

  • Keywords r? added
  • Owner changed from alsroot to erikos

Changed 15 years ago by alsroot

comment:5 Changed 15 years ago by alsroot

added code to hide all palettes

comment:6 Changed 15 years ago by alsroot

The main idea of patch if redefining (un)fullscreen methods and do not set fullscreen wm hint.

comment:7 Changed 15 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:9 Changed 11 years ago by dnarvaez

  • Component changed from sugar-toolkit to Sugar

comment:10 Changed 11 years ago by dnarvaez

  • Milestone 0.86 deleted

Milestone 0.86 deleted

Note: See TracTickets for help on using tickets.