Topbar glitch when the Status Bar is hidden due to the process bar display #91006

Open
opened 2021-08-28 10:49:52 +02:00 by slwk1d · 24 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68

Operating system: Darwin-19.4.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 455 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.8.24

Blender Version
Broken: 2.81a, 2.82a, 2.83.0, 2.90, 2.93.3, 3.1.0
Worked: not found

Short description of error
If the Status Bar is hidden, when you invoke a process that displays a progress bar, it causes a glitch.

This has something to do with the fact that the arena is divided into regions, so for example,
this works fine when template_running_jobs() is moved from draw_right() to draw_left().

Exact steps for others to reproduce the error

  • Hide the Status Bar
  • Press F12

{F8577145, size=full}

topbar-glitch.mov

Exact steps for others to reproduce the error

  • Hide the Status Bar
  • Invoke the File Browser with File > Import or Add > Image > Background.

{F10340167, layout=link}

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68 Operating system: Darwin-19.4.0-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 455 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.8.24 **Blender Version** Broken: 2.81a, 2.82a, 2.83.0, 2.90, 2.93.3, 3.1.0 Worked: not found **Short description of error** If the Status Bar is hidden, when you invoke a process that displays a progress bar, it causes a glitch. This has something to do with the fact that the *arena* is divided into *regions*, so for example, this works fine when `template_running_jobs()` is moved from `draw_right()` to `draw_left()`. **Exact steps for others to reproduce the error** - Hide the Status Bar - Press F12 {[F8577145](https://archive.blender.org/developer/F8577145/topbar-glitch.png), size=full} [topbar-glitch.mov](https://archive.blender.org/developer/F8608879/topbar-glitch.mov) **Exact steps for others to reproduce the error** - Hide the Status Bar - Invoke the File Browser with File > Import or Add > Image > Background. {[F10340167](https://archive.blender.org/developer/F10340167/bug.mp4), layout=link}
Author

Added subscriber: @Slowwkidd

Added subscriber: @Slowwkidd

#100799 was marked as duplicate of this issue

#100799 was marked as duplicate of this issue

#98625 was marked as duplicate of this issue

#98625 was marked as duplicate of this issue

#90612 was marked as duplicate of this issue

#90612 was marked as duplicate of this issue

#94364 was marked as duplicate of this issue

#94364 was marked as duplicate of this issue

#94019 was marked as duplicate of this issue

#94019 was marked as duplicate of this issue

#92996 was marked as duplicate of this issue

#92996 was marked as duplicate of this issue

#77386 was marked as duplicate of this issue

#77386 was marked as duplicate of this issue
Contributor

Added subscriber: @Raimund58

Added subscriber: @Raimund58
Contributor

Could reproduce it in Blender 2.93.3
But not in Blender 3.0
Please check if it is also the case for you

Could reproduce it in Blender 2.93.3 But not in Blender 3.0 Please check if it is also the case for you
Author

Oddly enough, in 3.0 it doesn't occur when you import something, but right after you delete something imported with the file browser. Plus, completely randomly while I was trying a Cycles X branch, the same bug occurred while I was switching object mode/edit mode AND/OR Toggling Overlays with the Pie menu. This is the most mysterious bug I ever encountered! Jokes aside, without having any knowledge, my guess is that there is something in the code of the status bar that triggers this OR other parts that interfere with the code of the status bar, maybe new 2.93 code, since in 2.92 this bug never occurred to me.

Oddly enough, in 3.0 it doesn't occur when you import something, but right after you delete something imported with the file browser. Plus, completely randomly while I was trying a Cycles X branch, the same bug occurred while I was switching object mode/edit mode AND/OR Toggling Overlays with the Pie menu. This is the most mysterious bug I ever encountered! Jokes aside, without having any knowledge, my guess is that there is something in the code of the status bar that triggers this OR other parts that interfere with the code of the status bar, maybe new 2.93 code, since in 2.92 this bug never occurred to me.
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Hi, thanks for the report. I can now reproduce on master: bd67bf4d10

already reported this bug 2 weeks ago, but at the time I didn't know the exact cause

Also: thanks for finding the steps :)

Hi, thanks for the report. I can now reproduce on master: `bd67bf4d10` > already reported this bug 2 weeks ago, but at the time I didn't know the exact cause Also: thanks for finding the steps :)
Author

Also: thanks for finding the steps :)

No problem!
@PratikPB2123 Trying out both 2.93 and 3.0, I found out that the bug occurs also when, having always the status bar hidden, report warning messages appear at the top bar AND also when opening the preferences window (Edit> Preferences), so I assume it's not just the File Browser but invoking a secondary window in general that triggers this, even though these occurrences change from version to version (2.93, 3.0 etc.).

> Also: thanks for finding the steps :) No problem! @PratikPB2123 Trying out both 2.93 and 3.0, I found out that the bug occurs also when, having always the status bar hidden, report warning messages appear at the top bar AND also when opening the preferences window (Edit> Preferences), so I assume it's not just the File Browser but invoking a secondary window in general that triggers this, even though these occurrences change from version to version (2.93, 3.0 etc.).

Added subscribers: @jenkm, @ckerr, @iss, @mano-wii, @ankitm

Added subscribers: @jenkm, @ckerr, @iss, @mano-wii, @ankitm

Added subscriber: @Alaska

Added subscriber: @Alaska
Member

Added subscriber: @sicutunum

Added subscriber: @sicutunum
Member

Added subscriber: @TyrMetHetZwaard

Added subscriber: @TyrMetHetZwaard

Added subscriber: @Bunnyface

Added subscriber: @Bunnyface

Added subscriber: @EAW

Added subscriber: @EAW
Yevgeny Makarov changed title from UI bug when importing something with the File Browser with the Status bar hidden. to Topbar glitch when the Status Bar is hidden due to the process bar display 2021-12-24 16:07:56 +01:00

Edited slightly, it was broken earlier than 2.92 (see #77386) and the file is not needed here to reproduce.

Edited slightly, it was broken earlier than 2.92 (see #77386) and the file is not needed here to reproduce.
Member

Added subscribers: @imlegr, @OmarEmaraDev

Added subscribers: @imlegr, @OmarEmaraDev
Member

Added subscribers: @WilburPost, @antoniov

Added subscribers: @WilburPost, @antoniov
Philipp Oeser removed the
Interest
User Interface
label 2023-02-10 09:23:12 +01:00
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
6 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#91006
No description provided.