Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5647ad5e

Von Sven Schöling vor etwa 1 Jahr hinzugefügt

  • ID 5647ad5efd93e2d1fcbce80ff71fde194cfee750
  • Vorgänger 4cada74a
  • Nachfolger 1cad7ea2

ckeditor5: ckeditor keypress events in actionbar accesskeys ignorieren

Unterschiede anzeigen:

js/kivi.ActionBar.js
94 94
              || (e.target.tagName == 'SELECT')))
95 95
        return true;
96 96

  
97
      // special case ckeditor: if the event originates from the editable area of the ckeditor, ignore it, otherwise we drown in Enter events
98
      if (e.target.classList.contains('ck-content'))
99
        return true;
100

  
101
      console.warn(e);
102
      console.warn(this);
103

  
97 104
      if ((target in kivi.ActionBar.Accesskeys.actions) && (accesskey in kivi.ActionBar.Accesskeys.actions[target])) {
98 105
        e.stopPropagation();
99 106
        kivi.ActionBar.Accesskeys.actions[target][accesskey].click();

Auch abrufbar als: Unified diff