xiota / geany-preview

Turns Geany into a markdown editor by providing a preview pane in the sidebar to show the formatting of several light-weight languages as they are edited. Supported document types include AsciiDoc, DocBook, Fountain, HTML, LaTeX, Markdown, MediaWiki, reStructuredText, Textile, and Txt2Tags.
GNU General Public License v3.0
15 stars 0 forks source link

sometimes the context menu of the Preview-tab does not work properly for HTML-documents #6

Closed ralf3u closed 1 year ago

ralf3u commented 3 years ago

restart Geany with an HTML-document with a link inside the code, so an a-tag (something like this: a href="...") in the preview-tab: click on that link, wait till the new webpage appears, then right-click on an empty place within the webpage result: "Back" can not be selected in the context menu, although there should be the possibility to select it

change the internet address in href save the document go to the preview-tab: click on that link, wait till the new webpage appears, then right-click on an empty place within the webpage result: this time "Back" can be selected in the context menu

xiota commented 3 years ago

This is related to #3. Right now, the webview is just creating its default menu. Fixing it will not be easy.

ralf3u commented 2 years ago

Just for information: This is what I do to bring back the previous webpage in the Preview: