Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330823 - [client] GraphicsMixin forces overflow hidden
Summary: [client] GraphicsMixin forces overflow hidden
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 324436
  Show dependency tree
 
Reported: 2010-11-22 11:25 EST by Tim Buschtoens CLA
Modified: 2011-02-22 14:24 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.