Page MenuHome

Context Manual Help Operator does not work in Pop Up menus
Closed, DuplicatePublicKNOWN ISSUE

Description

System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 23.20.16.4973

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 13:44, hash: rB7ad21c3876c2
Worked:

Short description of error
The context online manual tool will not work for pop up menus but works for the same menu as a non pop-up. (For example the add menus)

Exact steps for others to reproduce the error

  1. Right-click in the viewport to open the context menu
  2. Right-click on an operator and select online manual

Event Timeline

Germano Cavalcante (mano-wii) lowered the priority of this task from 90 to 50.Jul 19 2019, 3:29 PM
Philipp Oeser (lichtwerk) changed the subtype of this task from "Report" to "Bug".

Can confirm it is still an issue.
As in other cases, UI_context_active_but_get(C) cannot find the button in a popup...

CC @Julian Eisel (Severin)

Julian Eisel (Severin) changed the subtype of this task from "Bug" to "Known Issue".Feb 3 2020, 3:30 PM

Pop-up handling is in a bad state right now (in fact, it was always full of issues). Opened T73565 to track the situation, not sure how to deal best with this yet, related code is a big mess.