Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 290234 | Differences between
and this patch

Collapse All | Expand All

(-)source/class/qx/ui/core/Widget.js (-1 / +2 lines)
Lines 69-74 Link Here
69
    {
69
    {
70
      this._generateHtmlId();
70
      this._generateHtmlId();
71
    }
71
    }
72
    this.initHideFocus();
72
  },
73
  },
73
74
74
75
Lines 1659-1665 Link Here
1659
    hideFocus :
1660
    hideFocus :
1660
    {
1661
    {
1661
      check : "Boolean",
1662
      check : "Boolean",
1662
      init : false,
1663
      init : true,
1663
      apply : "_applyHideFocus",
1664
      apply : "_applyHideFocus",
1664
      themeable : true
1665
      themeable : true
1665
    },
1666
    },

Return to bug 290234