We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I would like to see extra information about my tabs by hovering over the title so I can get the information I need at a glance.
As an extension developer, I want to specify webview tab tooltips so users can get the information they need.
Like in Paratext 9, web view providers should be able to specify a tooltip for their webview tab:
This could hopefully simply be on the WebViewDefinitionBase in web-view.model.ts and carried along from the webview provider.
WebViewDefinitionBase
web-view.model.ts
It should also be updatable, so it needs to be added to WebViewDefinitionUpdatableProperties (and the code using it) as well.
WebViewDefinitionUpdatableProperties
The text was updated successfully, but these errors were encountered:
Fixed in #657
Sorry, something went wrong.
Hi, tooltips also appear in the overflow menu, which makes it hard to select other items. So there they should be hidden in my opinion.
We closed this for now. When the UX question is resolved, please open a new issue.
rolfheij-sil
Successfully merging a pull request may close this issue.
As a user, I would like to see extra information about my tabs by hovering over the title so I can get the information I need at a glance.
As an extension developer, I want to specify webview tab tooltips so users can get the information they need.
Like in Paratext 9, web view providers should be able to specify a tooltip for their webview tab:
This could hopefully simply be on the
WebViewDefinitionBase
inweb-view.model.ts
and carried along from the webview provider.It should also be updatable, so it needs to be added to
WebViewDefinitionUpdatableProperties
(and the code using it) as well.The text was updated successfully, but these errors were encountered: