Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330823

Summary: [client] GraphicsMixin forces overflow hidden
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 1.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 324436    

Description Tim Buschtoens CLA 2010-11-22 11:25:53 EST
The GraphicsMixin forces overflow to hidden (can not be changed back with the normal widget-API), because this is needed to hide edges when using rounded borders. Currently only CTabFolder uses this feature, and it prevents/complicates implementing gradients on sash and shadows on any widget.

Either only draw the actually needed edges (which is possible but a bit complicated), or use overflow:hidden only when needed.
Comment 1 Tim Buschtoens CLA 2011-02-22 14:24:40 EST
Fixed in CVS HEAD.