Community
Participate
Working Groups
- Goto http://rap.eclipsesource.com/rapdemo/fancy?startup=controls - Click any tab except the first two. - Move the shell. - The first tab-item appears to have two borders, one rounded, one not.
Created attachment 163416 [details] fix / workaround What happens: There is a bug in IE that clips VML-shapes incorrectly when using overflow:hidden. At least one row(top) and column(left) of the negative space are still visible. I found no reliable workaround. The ideal solution would be to change the implementations of setRoundRectLayout so they support shapes with only partially drawn strokes. (Should be possible using subpaths.) Solution: Since this would be a very expensive change, this fix works around the problem by changing AppearanceBase so that the combination of rounded borders and hidden edges does (almost) never occur. This works because the first item does not actually need a rounded border while not selected: The background is hardcoded to be transparent, and the visible rounded corner is part of the Folder.
Applied patch to CVS HEAD