Skip to content
Snippets Groups Projects
  • Vadim ProductEngine's avatar
    8b7f4d4e
    STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor... · 8b7f4d4e
    Vadim ProductEngine authored
    STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor when renaming a newly created inventory item.
    
    Reason:
    LLFocusMgr::setKeyboardFocus() which is called from LLLineEditor::setFocus()
    makes the folder view the edit menu handler, thus it receives the Delete key
    presses instead of the line editor.
    
    Fix:
    Make sure the line editor becomes the edit menu handler whenever it's focused,
    no matter is it a child of a folder view or not.
    8b7f4d4e
    History
    STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor...
    Vadim ProductEngine authored
    STORM-1600 FIXED Folder view stole "Delete" key presses from the line editor when renaming a newly created inventory item.
    
    Reason:
    LLFocusMgr::setKeyboardFocus() which is called from LLLineEditor::setFocus()
    makes the folder view the edit menu handler, thus it receives the Delete key
    presses instead of the line editor.
    
    Fix:
    Make sure the line editor becomes the edit menu handler whenever it's focused,
    no matter is it a child of a folder view or not.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.