1. 25 Jun, 2019 17 commits
  2. 24 Jun, 2019 12 commits
  3. 21 Jun, 2019 3 commits
    • Robert Knight's avatar
      807fb607
    • Robert Knight's avatar
      Fix closing of other menus when opening a menu · 4208babf
      Robert Knight authored
      Click and mousedown events on a menu are no longer propagated upwards.
      Therefore the `document.body`-level event listeners that cause a menu to
      close when clicking outside of the menu need to use capture rather than
      bubble-phase listeners.
      4208babf
    • Robert Knight's avatar
      Improve menu usability · ad5de236
      Robert Knight authored
       - Do not close the menu if the user presses the mouse in the lower
         right corner of the toggle button _just_ where the notch/arrow at the
         top of the menu content appears
       - Do now show outline when pressing mouse down on a menu item. An
         outline will still be shown if the menu has keyboard focus
       - Close menu when an item is activated with Enter or Space keys
      ad5de236
  4. 20 Jun, 2019 4 commits
  5. 19 Jun, 2019 4 commits