<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Infinite redirection when opening LibreOffice help"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123497#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Infinite redirection when opening LibreOffice help"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123497">bug 123497</a>
from <span class="vcard"><a class="email" href="mailto:launois.maxime@free.fr" title="Maxime Launois <launois.maxime@free.fr>"> <span class="fn">Maxime Launois</span></a>
</span></b>
<pre>(In reply to Olivier Hallot from <a href="show_bug.cgi?id=123497#c5">comment #5</a>)
<span class="quote">> Cannot reproduce with
>
> Versão: 6.2.0.3 (x64)
> ID de compilação: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62
> Threads da CPU:4; SO:Windows 6.1; Realizador da interface: padrão; VCL: win;
> Local: en-US (pt_BR); Idioma de IU: pt-BR
> Calc: threaded
>
> Firefox 65.0.1 (32bit)
>
> Is it a Firefox/Windows setting?</span >
I found what was wrong! The problem comes from the <meta http-equiv="refresh">
HTML tag. The URL attribute of this tag is
file:///C:/Program%20Files/LibreOffice/program/../help/index.html?Target=swriter/.uno%3AHelpIndex&Language=fr&System=WIN&Version=6.2,
and obviously Firefox can't handle it.
If JavaScript is disabled or blocked either by a third-party extension such as
NoScript or in the Firefox Development Tools settings, the script block with
<span class="quote">> window.location.href = "file:///C:/Program%20Files/LibreOffice/program/../help/index.html?Target=swriter/.uno%3AHelpIndex&Language=fr&System=WIN&Version=6.2"</span >
won't execute, and using the redirection mechanism provided by the <meta> block
fails, resulting in an infinite loop.
I'm updating the patch and bug reproduction instructions right now!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>