Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#1285 closed defect (fixed)

Visual artefacts on highlighted frame buttons

Reported by: alsroot Owned by: tomeu
Priority: Unspecified by Maintainer Milestone:
Component: Sugar Version: Git as of bugdate
Severity: Unspecified Keywords: r?
Cc: erikos, garycmartin Distribution/OS: Unspecified
Bug Status: Needinfo

Description


Attachments (3)

Untitled.png (12.2 KB) - added by alsroot 15 years ago.
sugar-1285.patch (818 bytes) - added by alsroot 15 years ago.
sugar-1285-hidden-frame-buttons.patch (933 bytes) - added by alsroot 15 years ago.

Download all attachments as: .zip

Change History (9)

Changed 15 years ago by alsroot

comment:1 Changed 15 years ago by alsroot

  • Cc erikos garycmartin added

The problem is, FrameWindow sets set_override_redirect(True), so PaletteWindow can't be over FrameWindow.

So, we need to disable set_override_redirect for FrameWindow or enable it for PaletteWindow(which could brake heavy palettes if activity developper assumes that palette is a regular window).

comment:2 Changed 15 years ago by alsroot

  • Bug Status changed from Unconfirmed to Needinfo

Changed 15 years ago by alsroot

comment:3 Changed 15 years ago by alsroot

  • Keywords r? added

I guess less invasive(at least for 0.86) would be just removing set_override_redirect(True) from FrameWindow.

Changed 15 years ago by alsroot

comment:4 Changed 15 years ago by alsroot

Previous patch intended to fix http://dev.sugarlabs.org/ticket/1060#comment:9 issue, not sure how it works but w/ this patch attached I can't reproduce mentioned issue.

comment:6 Changed 11 years ago by dnarvaez

  • Milestone 0.86 deleted

Milestone 0.86 deleted

Note: See TracTickets for help on using tickets.