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 290248 | Differences between
and this patch

Collapse All | Expand All

(-)js/org/eclipse/swt/Application.js (-1 / +3 lines)
Lines 56-62 Link Here
56
          || evt.getKeyIdentifier() == "PageUp"
56
          || evt.getKeyIdentifier() == "PageUp"
57
          || evt.getKeyIdentifier() == "PageDown" ) 
57
          || evt.getKeyIdentifier() == "PageDown" ) 
58
      {
58
      {
59
        evt.preventDefault();
59
        if( !( evt.getTarget() instanceof qx.ui.form.TextField ) ) {
60
          evt.preventDefault();
61
        }      
60
      }
62
      }
61
    },
63
    },
62
    
64
    

Return to bug 290248