#4082 closed defect (fixed)
Palettes not displaying the graphic of the slider
Reported by: | manuq | Owned by: | manuq |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | 0.97.x |
Severity: | Blocker | Keywords: | 13.1.0, r+, olpc-test-passed |
Cc: | erikos | Distribution/OS: | Unspecified |
Bug Status: | Assigned |
Description
- TestCase: open palette of device icon Speak
- TestCase 2: open Paint, go to palette to change color
The slider is not visible only in this kind of palettes, which is _PaletteWindowWidget in palettewindow.py, inherits Gtk.Window . The rest of the styling is set correctly, and other graphics are shown like the checkbox in Paint palette, or the button images in Speak palette. The Control Panel window is another case that inherits Gtk.Window but unlike this palette, it is displaying the slider graphic, see Frame section which has two sliders.
Attachments (2)
Change History (8)
Changed 11 years ago by manuq
comment:1 Changed 11 years ago by manuq
- Cc erikos added
- Keywords r? added
Found 'color' rule in that kind of palettes was interfering. Patch attached. Filled bug upstream: https://bugzilla.gnome.org/show_bug.cgi?id=686703 .
comment:2 Changed 11 years ago by erikos
- Bug Status changed from Unconfirmed to Assigned
- Keywords r+ added; r? removed
Maybe best to add the upstream bug number in a comment in the css.
comment:3 Changed 11 years ago by manuq
- Keywords olpc-test-pending added
- Resolution set to fixed
- Status changed from new to closed
Thanks, added comment in the CSS and pushed cf873a2b .
comment:4 Changed 11 years ago by greenfeld
- Keywords olpc-test-passed added; olpc-test-pending removed
The speaker volume and Paint slider knobs appear in OLPC 13.1.0 os8.
comment:5 Changed 10 years ago by dnarvaez
- Component changed from sugar-artwork to Sugar
Candidate patch.