Skip to content

deephaven.ui widgets do not appear in Console dropdowns #1884

@mofojed

Description

@mofojed

Description

When you create deephaven.ui components, they do not appear under the Console table or widget dropdowns. They're only under the Panels menu.

Steps to reproduce

  1. Create a deephaven.ui widget in the console:
from deephaven import ui

foo = ui.text("Bar")
  1. Check the table/figure dropdowns in the Console panel

Expected results
2. foo should appear in a dropdown and be openable

Actual results
2. foo does not appear in either dropdown. It only appears under "Panels"

Additional details and attachments
We should consider having one dropdown for all the objects, with a filter in that dropdown for type? The dropdown is redundant of the Panels menu, get rid of it entirely (for Core)?

Versions
Engine Version: 0.34.0-SNAPSHOT
Web UI Version: 0.69.1
Java Version: 11.0.22
Barrage Version: 0.6.0
Browser Name: Chrome 122
OS Name: Linux

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions