Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.0.0
-
None
-
Ubuntu 14.04 LTS 64 bit
-
d92b8edf51bb947b2b0a72ac98be232b0079d60e
Description
- Record some events in the QML Profiler.
- Select an event.
- Add a note to the event, e.g. "My note".
- Select a different event.
- Click "Search timeline event notes."
- In the search bar, type the first character of the note from step 3, e.g. "M".
The note is being found, its location is show in the code editor and the editor gets keyboard focus. - Type the second character of the note from step 3, e.g. "y".
This will go to the code editor.
This way, searching for a note requires typing each single character and always giving back focus to the search bar in between. This is barely usable. Instead, the search bar should keep keyboard focus all the time.
Attachments
Issue Links
- resulted from
-
QTCREATORBUG-13417 Let user search for notes in QML Profile data
- Closed