Ticket #4006 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

<enter> key doesn't work in pulldown menus

Reported by: tumic Owned by: andrew_b
Priority: blocker Milestone: 4.8.24
Component: mc-core Version: 4.8.23
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-master

Description

Since version 4.8.23 the <enter> key in the pulldown menus does not work - instead of triggering an action, enter moves to the next entry. This makes mc absolutely unusable for any serious work, hence the blocker priority.

Also mentioned in ticket #212, so it might be related to that changes.

Change History

comment:1 Changed 5 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted
  • Branch state changed from no branch to on review
  • Milestone changed from Future Releases to 4.8.24

This is bug in the default menu key bindings.

You catch this bug because

  • you don't have keybind file at all, or
  • you have keybind file without [menu] section, or
  • you run mc --nokeymap.

Branch: 4006_menu_enter_down
changeset:f52a6549d4c228abce9653e7d47103df25e8342c

Please test.

comment:2 Changed 5 years ago by tumic

Build from the 4006_menu_enter_down branch works fine.

comment:3 Changed 5 years ago by andrew_b

  • Votes for changeset set to tumic andrew_b
  • Branch state changed from on review to approved

comment:4 Changed 5 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset changed from tumic andrew_b to committed-master
  • Resolution set to fixed
  • Branch state changed from approved to merged

comment:5 Changed 5 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.