Henry Castro
Henry Castro
Thanks, it is mostly to implement Wopi HOST_SESSION_ID, to debugging log purposes and to track wopi host logs for troubleshooting purposes based on a host-specific session identifier
> I think we already have at least 2 implementations of tooltips. Why this one is special? Cannot be other one reused? I did not find implementations, or perhaps I...
> Some tooltips are not readable (are cropped): @eszkadev, @pedropintosilva Thanks, but I am not a Graphical Design expert, I did what I can play with those colors and fonts....
> NotebookbarBuilder is still using the other tooltips: Unfortunately it is out of the scope of my task. Please file the new issue ticket
> Additionally, sometimes the tooltip stays visible even when I interacting with the document. Firefox, of course, Ok, I will test it and see what I can do. Thanks
[bayramcicek](https://github.com/bayramcicek) Thanks for the improvements, nice looking tooltip =)
The Dark mode looks fine according to my test. Try again with the clean ups added
> Hi I have proposal: > > we have at least 3 types of treeviews > can we make separate classes for them? so they all inherit from TreeViewControl, have...
> It will be much easier to modify in the future if we know what we are changing... > Also could you comment above each of the classes in which...
> so I would expect that main "entry point", treeview handler will do something like: > > if (some condition) > treeControl = SimpleTreeControl() > else if (something else) >...