- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    5.3.1, 5.3.2
- 
    Mac OSX 10.8.5, Qt Creator 3.2 rc1 based on Qt5.3.1
- 
        
- 
        929d6d6b9b31967f13bcd51a421678edcb06d184 in qtbase
Steps to reproduce:
- open/create a Qt Quick Application/UI, switch to Design
- select an Item with a line edit with free text (Text's text property, ApplicationWindow's title or similar)
- place the cursor into the respective line edit and hit 'Delete'
Current behavior:
- nothing happens (Backspace still works as expected)
Expected behavior:
- 'Delete' key works as well (as it does on Linux/Win)