Timo Cornelius Metzger

Results 37 comments of Timo Cornelius Metzger

@mattpap Do I see correctly that we currently support the following built-in icons: * ``"help"`` * ``"question-mark"`` * ``"settings"`` * ``"x"`` Do you plan on adding more built-in icons (or...

@mattpap A question about the `InputWidget` object's `description` property: In `inputs.py`:90, this property is defined as follows: `description = Nullable(Either(String, Instance(Tooltip)), default=None, help="""` This seems to imply that I should...

@mattpap I'm looking at the `Tooltip` object and was wondering why the default value for the tooltip's `position` property is `None`. This essentially seems to mean that when using the...

@mattpap another small observation: I found that all objects in "inputs" (https://docs.bokeh.org/en/latest/docs/reference/models/widgets/inputs.html) now support the `description` parameter - except for the `Switch` object (which is based on `Widget` instead of...

@bryevdv I'm now working on an explanation of how to use the Tooltip's ``target`` property to attach a tooltip to an arbitrary UI element. I have created an example that...

@bryevdv Yes, that was exactly the idea. You are right, this is probably too complex for the user guide, a standalone example does make more sense!

Some text still shows up in pink (instead of red) ![image](https://user-images.githubusercontent.com/39711796/176767886-e6078e10-83e2-42ce-8302-3ea5208b8735.png) Edit: fixed by https://github.com/bokeh/bokeh/pull/12206

The left and right menus now scroll with the page (i.e. they disappear as you scroll down the page). Instead, they should stay in place. docs/user_guide/styling.html#using-palettes in the current branch...

The text in the search input field is gray instead of black, making it very difficult to read (very low contrast ratio) ![image](https://user-images.githubusercontent.com/39711796/176793980-950984b1-b353-4bea-980b-9f7c62ae4773.png) Edit: fixed by https://github.com/bokeh/bokeh/pull/12206

@bryevdv since you mentioned the favicon: We could also drastically simplify things and just upload and link an SVG version of the Bokeh symbol and use that with a simple...