Bug report #16156
Generic Help system: Ending a path with "/" does not well render the online documentation
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alexander Bruy | ||
Category: | Unknown | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 24068 |
Description
Go to Settings --> Options --> System --> Documentation Paths
If instead of http://docs.qgis.org/2.14/en/docs/user_manual, you write http://docs.qgis.org/2.14/en/docs/user_manual/ (note the slash at the end), the hyperlink created when hitting the help button is like http://docs.qgis.org/2.14/en/docs/user_manual//introduction/qgis_configuration.html#options which is a kind of plain text of the real page (no images rendered e.g.)
Associated revisions
strip trailing slash from the help path if necessary (fix #16156)
History
#1 Updated by Alexander Bruy almost 8 years ago
IMHO this should be fixed also on the server-side
#2 Updated by Harrissou Santanna almost 8 years ago
Do you mean I should also open an issue report in the Doc repo?
#3 Updated by Alexander Bruy almost 8 years ago
If this is a correct place for such issues, yes. User may type slash twice by mistake, so better is this is handled not only when help opened automatically from QGIS, but also when user opens it manually.
#4 Updated by Alexander Bruy almost 8 years ago
- Status changed from Open to Closed
Fixed in changeset 9bd0d7a7bb1ebf528751f7b58201a4b86a590e7c.
#5 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown