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

(-)js/org/eclipse/rwt/widgets/BasicButton.js (+2 lines)
Lines 280-285 Link Here
280
        case "PageDown":
280
        case "PageDown":
281
        case "End":
281
        case "End":
282
        case "Home":
282
        case "Home":
283
        case "Enter":
284
        case "Space":
283
          event.preventDefault();
285
          event.preventDefault();
284
          event.stopPropagation();
286
          event.stopPropagation();
285
      }
287
      }

Return to bug 366010