diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-10-04 16:48:08 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-10-04 16:48:08 +0000 |
| commit | 2fcb616831be6d8f66e96293b24d6056d0c693ac (patch) | |
| tree | 0366286d71d0e3f9c4206ee118c06c97c798d28c /src | |
| parent | a8417b6eb8e78937e91c726b4666d7e967521128 (diff) | |
Added note regarding Windows not always handling
file: uris with anchor suffixes properly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9995 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_open_uri.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx index 9a0cedd06..d25b5b9a9 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -68,6 +68,14 @@ static int run_program(const char *program, char **argv, char *msg, int msglen); * * On failure, the msg buffer is filled with an English error message. * + * \note + * \b Platform \b Specific \b Issues: \b Windows \n + * With "file:" based URIs on Windows, you may encounter issues with + * anchors being ignored. Example: "file:///c:/some/index.html#anchor" + * may open in the browser without the "#anchor" suffix. The behavior + * seems to vary across different Windows versions. Workaround: open a link + * to a separate html file that redirects to the desired "file:" URI. + * * \b Example * \code * #include <FL/filename.H> |
