#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)
Change History (9)
Changed 14 years ago by alsroot
comment:1 Changed 14 years ago by alsroot
- Cc erikos garycmartin added
comment:2 Changed 14 years ago by alsroot
- Bug Status changed from Unconfirmed to Needinfo
Changed 14 years ago by alsroot
comment:3 Changed 14 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 14 years ago by alsroot
comment:4 Changed 14 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:5 Changed 14 years ago by alsroot
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
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).