Skip to content
New issue

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

"Show help" popup: provide "Go Back" and "Go forward" buttons if user has clicked on a link in the widget explanation #6987

Open
wvdvegte opened this issue Jan 16, 2025 · 4 comments

Comments

@wvdvegte
Copy link

What's your use case?
Clicking on the "Show Help" or "?" button in a widget's dialog box opens a popup explaining the use of that widget. The explanation may contain web links, for instance to Wikipedia; clicking on a link replaces the explanation by the web page to which the link is pointing. Clicking on links on that web page opens other web pages. As far as I know, there is no straightforward way to go back to the explanation or the previously visited web page other than closing the popup and clicking on "?" once again.

What's your proposed solution?
Provide simple "Go Back" and "Go forward" buttons (< and >) in the explanation window that are greyed out as long as the user hasn't clicked on a link and become active once a link has been clicked on.

Are there any alternative solutions?
As said: closing the popup and clicking on "?" once again.

@janezd
Copy link
Contributor

janezd commented Jan 17, 2025

Alternative: it could be better if links from documentation would open in the browser.

@wvdvegte
Copy link
Author

Yes, that would work, too.

@borondics
Copy link
Member

Or the documentation itself could open in a browser too... Then it would remove some code to maintain?

@janezd
Copy link
Contributor

janezd commented Jan 17, 2025

We discussed that solution, too. I am actually in favor of that alternative; most software today opens documentation in the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants