Community
Participate
Working Groups
Created attachment 158065 [details] Screenshots of the issues This happens in IE whenever "prepareEnhancedBorder" (in Widget.js or GraphicsMixin.js respectively) was called, but no "enhanced border" (i.e. Inset/Outset or a rounded Border) is actually used. This is always the case if a widget has a gradient, but no (or only a simple) border. To reproduce in controls demo: - Goto tab "Composite" - Activate gradient - Resize the shell horizontally so the widgets don't fit into the composite. See attachment for the result. Left is FF (corrent), IE on the right. This is a qooxdoo bug that has not really anything to do with the GraphicsMixin other than it is triggered by it. The problem lies within Widget.js in "_renderRuntimeWidth" (only used in IE). To solve it, we could either use the same functions in IE as the other browser (but have a potential loss in performance), or set a flag to indicate wether these 2px substraction is needed.
Created attachment 158492 [details] fix Needs to rebuild qx.js. Test updated.
Applied patch to CVS HEAD