Community
Participate
Working Groups
Serveral widgets have an extra, blue focus rectangle on Safari 4.0 See attached screenshot
Created attachment 138793 [details] Focused DataTime widget in Safari 4.0
The same appears in latest Google Chrome 2.0.x for Shells and focused Link items.
The affected widgets are DateTime, ExpandBar, Shell, Link. It was found out, that the problem is caused by the so called in Qooxdoo EnhancedBorder with 2px width and more specifically by its outer part. A bug in Qooxdoo bugzilla has been opened and an adequate patch has been proposed: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2544 The RAP Link widget is a separate case. Below is the proposed patch for solving this issue.
Created attachment 140746 [details] Proposed patch for RAP Link widget
Changes are in CVS HEAD.
The problem still exists e.g. for the Shell. The patch that fixes the problem in the qooxdoo sources (see comment #3) isn't yet in CVS.
The patch is in CVS, but with the commit of GfxMixin.js (it patches the same place in Widget.js) this change was lost. Same patch is included in GfxMixin.js#prepareEnhancedBorder() too.