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 312215
Collapse All | Expand All

(-)js/org/eclipse/swt/TextUtil.js (+3 lines)
Lines 40-45 Link Here
40
      text._ontabfocus = function() {
40
      text._ontabfocus = function() {
41
        text.setSelectionLength( 0 );
41
        text.setSelectionLength( 0 );
42
      };
42
      };
43
      // [if] Workaround for bug 312215
44
      text.setUserData( "selectionStart", 0 );
45
      text.setUserData( "selectionLength", 0 );
43
    },
46
    },
44
47
45
    /*
48
    /*

Return to bug 312215