Bug 17946 - [GTK] Widgets are not clipped
Summary: [GTK] Widgets are not clipped
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Marco Barisione
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 05:56 PDT by Marco Barisione
Modified: 2008-03-20 14:04 PDT (History)
2 users (show)

See Also:


Attachments
Pass the clipping region to moz_gtk_widget_paint() (2.19 KB, patch)
2008-03-19 06:04 PDT, Marco Barisione
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Barisione 2008-03-19 05:56:02 PDT
Widget are not clipped, so they may be painted outside the allowed region.
This is visible when you are using an iframe containing widgets.
Comment 1 Marco Barisione 2008-03-19 06:04:58 PDT
Created attachment 19883 [details]
Pass the clipping region to moz_gtk_widget_paint()
Comment 2 Alp Toker 2008-03-20 14:04:24 PDT
Landed in r31185.