Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/keyboard-shortcuts-plugin
  Commit: cbe922e523db345b664a258ce2e55288ddec0f30
      
https://github.com/jenkinsci/keyboard-shortcuts-plugin/commit/cbe922e523db345b664a258ce2e55288ddec0f30
  Author: David Frey <david.f...@sensirion.com>
  Date:   2014-07-28 (Mon, 28 Jul 2014)

  Changed paths:
    M src/main/webapp/js/keyboard-shortcuts.js

  Log Message:
  -----------
  [FIXED JENKINS-24001] Fix navigation in selector panels for Firefox

Firefox fires a keypress event for the arrow keys. When translating the
key code with String.fromCharCode, we get a random character, which messes
up the selection filter.
Instead, we use event.charCode if available and ignore events with a zero
character code.


  Commit: 777a1a3d0d5999a97c1e24cdd3ca311cde858ca2
      
https://github.com/jenkinsci/keyboard-shortcuts-plugin/commit/777a1a3d0d5999a97c1e24cdd3ca311cde858ca2
  Author: Zhao Xiaojie <r...@mail.jenkins-zh.cn>
  Date:   2019-06-08 (Sat, 08 Jun 2019)

  Changed paths:
    M src/main/webapp/js/keyboard-shortcuts.js

  Log Message:
  -----------
  Merge pull request #5 from Sensirion/fix-selector-navigation

[JENKINS-24001] Fix navigation in selector panels for Firefox


Compare: 
https://github.com/jenkinsci/keyboard-shortcuts-plugin/compare/abfe4d512290...777a1a3d0d59

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/keyboard-shortcuts-plugin/push/refs/heads/master/abfe4d-777a1a%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to