Page MenuHome

Blender 2.8 - prop_search UI alignement with use_property_split is glitching
Closed, ResolvedPublicKNOWN ISSUE

Description

System Information
Operating system: Linux Mint 19.1
Graphics card: GTX 1070Ti

Blender Version
Broken: 2.80, e80cbdac331a, blender2.7, date: 2019-06-04 22:32

Short description of error
Alignment of row with "prop_search" is not aligned properly when using "use_property_split" on layout.
Example blend file has embedded script which creates panel in object properties, with three rows:

  1. Normal row with only one prop call.
  2. Row with prop_search and icon only operator behind it - wrongly aligned.
  3. Row with prop and icon only operator behind it, aligned properly.

Exact steps for others to reproduce the error

  1. Open embedded file.
  2. Run script.
  3. Go to object properties tab and see the Hello World panel.

And images for better explanation:

  1. Current situation:

  1. Expected:

Event Timeline

Simon (notallowed) updated the task description. (Show Details)
Jacques Lucke (JacquesLucke) lowered the priority of this task from 90 to 50.Jun 5 2019, 10:44 AM
Campbell Barton (campbellbarton) lowered the priority of this task from 50 to Low.Jun 6 2019, 8:26 AM
Richard Antalik (ISS) changed the subtype of this task from "Report" to "Known Issue".
Julian Eisel (Severin) closed this task as Resolved.Jun 11 2020, 4:09 PM
Julian Eisel (Severin) claimed this task.

This seems to be fixed in 2.90. Probably due to the split layout changes and related code refactors/fixes, https://wiki.blender.org/wiki/Reference/Release_Notes/2.90/User_Interface#Layout.