Bug 704500

Summary: adwaita_engine_render_handle() is missing cairo_restore(cx)
Product: [Fedora] Fedora Reporter: Martin Stransky <stransky>
Component: gnome-themes-standardAssignee: Cosimo Cecchi <ccecchi>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: ccecchi, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-19 14:32:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
something like this should fix it none

Description Martin Stransky 2011-05-13 12:42:04 UTC
Description of problem:

adwaita_engine_render_handle() is missing cairo_restore() if sides == GTK_JUNCTION_NONE. It returns with /* Not implemented. */ comment.

Version-Release number of selected component (if applicable):
gnome-themes-standard-3.0.1-1.fc15.i686

How reproducible:
Always

Actual results:
Because of missing cairo_restore(), all gtk items rendered after the handle element have wrong position.

Comment 1 Martin Stransky 2011-05-13 12:46:10 UTC
Created attachment 498760 [details]
something like this should fix it

Comment 2 Cosimo Cecchi 2011-05-19 14:32:45 UTC
Thanks for the patch, I pushed to git master of gnome-themes-standard upstream.

A new upstream bugfix release is planned for next Monday; Fedora updates should follow shortly.