Opening File #73090

Closed
opened 2020-01-13 16:17:44 +01:00 by Rafael Vila · 14 comments

With the file explorer when one select (click on) the file wanted to be open, the click do not change the file name in the opening prompt do not change, check attached screenshot. blender-bug-opening-file.jpg

System Information
Operating system: Windows-10-10.0.17763 64 Bits
Graphics card: Quadro RTX 4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 425.31

Blender Version
Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash: 26bd5ebd42
Worked: (optional)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

With the file explorer when one select (click on) the file wanted to be open, the click do not change the file name in the opening prompt do not change, check attached screenshot. ![blender-bug-opening-file.jpg](https://archive.blender.org/developer/F8275838/blender-bug-opening-file.jpg) **System Information** Operating system: Windows-10-10.0.17763 64 Bits Graphics card: Quadro RTX 4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 425.31 **Blender Version** Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash: `26bd5ebd42` Worked: (optional) **Short description of error** [Please fill out a short description of the error here] **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]
Author

Added subscriber: @raphievila

Added subscriber: @raphievila

Added subscriber: @WilliamReynish

Added subscriber: @WilliamReynish

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

Cannot reproduce. Can you try and reset Blender to defaults and re-test?

Thanks.

Cannot reproduce. Can you try and reset Blender to defaults and re-test? Thanks.

Added subscriber: @Stan_Pancakes

Added subscriber: @Stan_Pancakes

On that screenshot I don't see the file as "clicked", unless the theme setting were changed in your installation. Selected (clicked) files should have a blue selection highlighting. That file looks like it's hovered, but not selected.

On that screenshot I don't see the file as "clicked", unless the theme setting were changed in your installation. Selected (clicked) files should have a blue selection highlighting. That file looks like it's hovered, but not selected.
Author

The file is highlighted, meaning is clicked. But I did as @WilliamReynish asked, I reset the application to the default state. When browsing for a file to open the issue apparently was gone, I thought maybe an add-on is causing the issues. Then once the file was open I did change the configuration for the Tab key on Preferences > Keymap > 3D View > Tab for Pie Menu to open the Pie Menu with the tab key, and I don't know how this is related, but the problem appeared again.

All the add-ons I normally add were unchecked so I'm assuming has nothing to do with an add-on. But I'm speculating.

What I will do next is to uninstall the application, download a fresh copy and install it again. But I might do this next week, I have a project which requires me to finish this week and the issue does not affect anything else with the application just refreshing the file input.

P.S. If I click a file twice then the input is updated, but not when clicked just once.

The file is highlighted, meaning is clicked. But I did as @WilliamReynish asked, I reset the application to the default state. When browsing for a file to open the issue apparently was gone, I thought maybe an add-on is causing the issues. Then once the file was open I did change the configuration for the Tab key on Preferences > Keymap > 3D View > Tab for Pie Menu to open the Pie Menu with the tab key, and I don't know how this is related, but the problem appeared again. All the add-ons I normally add were unchecked so I'm assuming has nothing to do with an add-on. But I'm speculating. What I will do next is to uninstall the application, download a fresh copy and install it again. But I might do this next week, I have a project which requires me to finish this week and the issue does not affect anything else with the application just refreshing the file input. P.S. If I click a file twice then the input is updated, but not when clicked just once.
Author

@Stan_Pancakes After replying I did notice how the issue might be replicated.

  • Ctrl+O to prompt open a file
  • Then browse to a folder, but do not click on a file, search for a file instead by typing in the search input text field
  • After search, if you click on a file with LMB, the file is not highlighted, is just focused
  • When you click again, then the file is highlighted blue as you mentioned

That's all the issue, is not an add on or configuration, when I reset the application I didn't search for a file but directly browse and click on it, the second time I searched for a file and that's where the issue re-appeared.

It seems to me that the search bar is set to focus state when selected, and when selecting a file, instead of selecting the file is setting the list browser as focused then when click again is when the selection is done.

I suggest to have an on blur action that set the list browser on focus when the mouse leave the search field an hover over the file list browser to avoid this confusion.

@Stan_Pancakes After replying I did notice how the issue might be replicated. - Ctrl+O to prompt open a file - Then browse to a folder, but do not click on a file, search for a file instead by typing in the search input text field - After search, if you click on a file with LMB, the file is not highlighted, is just focused - When you click again, then the file is highlighted blue as you mentioned That's all the issue, is not an add on or configuration, when I reset the application I didn't search for a file but directly browse and click on it, the second time I searched for a file and that's where the issue re-appeared. It seems to me that the search bar is set to focus state when selected, and when selecting a file, instead of selecting the file is setting the list browser as focused then when click again is when the selection is done. I suggest to have an on blur action that set the list browser on focus when the mouse leave the search field an hover over the file list browser to avoid this confusion.

Added subscriber: @jenkm

Added subscriber: @jenkm

It seems to me that the search bar is set to focus state when selected, and when selecting a file, instead of selecting the file is setting the list browser as focused then when click again is when the selection is done.

This is how all the text input fields in Blender work, when you click outside the field (or press Enter) it confirms the entered text, and it allows you to discard changes using ESC or right mouse button.

> It seems to me that the search bar is set to focus state when selected, and when selecting a file, instead of selecting the file is setting the list browser as focused then when click again is when the selection is done. This is how all the text input fields in Blender work, when you click outside the field (or press Enter) it confirms the entered text, and it allows you to discard changes using ESC or right mouse button.
Author

This is how all the text input fields in Blender work, when you click outside the field (or press Enter) it confirms the entered text

@jenkm I'm sorry to disagree, but this is not true, if you press F3 and you search, the search result is focused and first occurrence is highlighted. Not so when search in the explorer window, when you leave the search input, the search result is not focused. Only if you press enter.

So you need to decided, whether have the result populate only when the enter is pressed or while the user is typing, when typing desists then the focused screen should be the one the mouse is over, as the rest of the application behave.

> This is how all the text input fields in Blender work, when you click outside the field (or press Enter) it confirms the entered text @jenkm I'm sorry to disagree, but this is not true, if you press F3 and you search, the search result is focused and first occurrence is highlighted. Not so when search in the explorer window, when you leave the search input, the search result is not focused. Only if you press enter. So you need to decided, whether have the result populate only when the enter is pressed or while the user is typing, when typing desists then the focused screen should be the one the mouse is over, as the rest of the application behave.

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Campbell Barton self-assigned this 2020-01-29 07:45:53 +01:00

The initial click exits text editing, closing since this is working as intended.

The initial click exits text editing, closing since this is working as intended.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#73090
No description provided.