Steps to reproduce
- Have
live preview
enabled and be inedit mode
- Create a new note
- Create a
Text
property (description
) - Add some text to the property like:
test text
- Create a inline base view:
```base
views:
- type: table
name: Table
order:
- file.name
- description
```
- Select the editable text property
description
inside the base view so it’s in focus - Press
Ctrl + A
for selecting all
Did you follow the troubleshooting guide? [Y/N]
Yes
Expected result
Selects all the text inside the editable field.
Actual result
Cursor jumps back to where it was before selecting the text property inside bases view.
Environment
SYSTEM INFO:
Obsidian version: v1.9.4
Installer version: v1.8.4
Operating system: Windows 10 Pro 10.0.19045
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
When focus is on a field inside a table or the property input field in the header, then select all with Ctrl + A
works with selecting the whole field. Also if in reading view
and then doing step 6 and 7 above, then it works with selecting all the text.