View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020443 | MMW 5 | Main Panel | public | 2023-11-24 22:43 | 2024-07-13 15:53 |
Reporter | zvezdan | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 5.1 | ||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0020443: Preview in Advanced layout should allow moving between fields with arrow keys when Allow edits is turned on | ||||
Description | Preview panel in Advanced layout when Allow edits is turned on could be used to fast edit tags instead of Properties dialog box. It would be nice if moving the keyboard focus from one field to another could be done by using up/down keys, without requiring mouse for such operation. | ||||
Tags | No tags attached. | ||||
Fixed in build | 3036 | ||||
related to | 0020623 | assigned | petr | Inline editable fields loose mouse cursor pointer and other skinning features |
related to | 0020624 | closed | Ludek | Inline editable fields doesn't show Cut/Copy/Paste/Select All popup menu in all places |
related to | 0020512 | feedback | rusty | Fields in Preview panel with "Allow edits" should have dropdown lists |
related to | 0020964 | closed | michal | Too much Tab key presses required to cycle all controls |
related to | 0021079 | closed | michal | Focus is lost on track transitions (regression) |
child of | 0020933 | closed | michal | Issues with TAB order and Keyboard-only usage of MM 2024 |
|
Fixed in build 3035. Arrow are used for navigation inside Preview window, F2 starts editing, Enter for confirming edited value, Esc for reverting of original value during edit. Enter also presses hyperlinks in Preview window. |
|
Just one question. How is it now implemented start of editing by mouse? Currently, it is enough just one click on a field, and I could start typing in it. Or, maybe it is now needed to use two slow clicks, just like the start of editing fields in the tracklists and the titles of nodes in the Tree. I am asking this because of the mouse cursor. If it is one click enough to give keyboard focus to the field, then the mouse cursor should be the I-beam over the fields. However, if two slow clicks are needed, the mouse cursor cannot be the I-beam anymore. |
|
I'm not seeing any navigation between fields with arrow keys in Preview (in either allow edits enabled or disabled modes). However you can't select a field in Preview in the first place like in the Filelisting. Implementing Tab when in-line edit is on seems more useful. This is also consistent with both the Filelisting and Properties. |
|
LL, fyi the reason for the suggestion for not using TAB between fields is because doing so makes it difficult to navigate between all of the various sections of the UI (see 0020964). We'll leave it up to Martin to decide on the best approach here (there are technical issues as well as usability issues). As to the implementation, it's really not working in build 3035: - if the user has mouse-clicked a Preview field to edit it, it's not possible to switch to other fields! - if the user has navigated using TAB to the editable Preview fields, it's possible to switch to other fields using TAB, but there's no obvious way to edit them! |
|
I think lowlander is right and maybe Tab could be used to select another field, just like it is possible in the tracklist. However, when using the Tab key in the tracklist, there are actually two different cases. Let say that I have Tree panel on the right, the tracklist in the middle (without Info panel or anything else), and the Playing list on the right, and let say that the Tree panel has a keyboard focus: 1-st case: - press Tab -> the tracklist gets focus; - press Tab -> the Playing panel gets focus. 2-nd case (again, the Tree panel has a focus): - press Tab -> the tracklist gets focus; - press F2 to start editing; - press Tab -> the focus is transferred to the next field, not to the Playing list; pressing Tab again and again changes focus to the other fields (until the last one in a row); - press Esc; - press Tab -> the Playing panel gets focus. Maybe the Preview panel could have the same sequence of tabs as it is implemented with the tracklist with these two different cases, and then there will not be issue with 0020964. |
|
Improved in build 3036. Now is uses also TAB as described by zvezdan. TAB moves focus to the first item inside Preview panel, arrows move focus through the clickable and editable items then, F2 in "Allow edits" mode starts editing, then in this editing mode TAB moves focus to the next item and automatically starts editing, just like in tracklists. Enter/Esc ends edit mode. It works now also after starting edit of some field by mouse click. I.e. user can click item - edit - press TAB and edit next item - etc., and in the end press Enter and exit edit mode of items. |
|
Verified 3036. |