Bug #3113
Mis à jour par Matthieu Decorde il y a plus de 4 ans
The BackToText or URS navigation fails to focus. The bug is random but appears more often with words in the first page
h3. Hypothesis Solution
Check if the focus JS code is called and after the page is actually loaded -> Yes it is
The focus command is only called once (if the HTML page is reloaded the focus is not done)
h3. Solution
always call the focus code when the page is loaded -> need validation with next 0.8.2 setup
h3. Hypothesis Solution
Check if the focus JS code is called and after the page is actually loaded -> Yes it is
The focus command is only called once (if the HTML page is reloaded the focus is not done)
h3. Solution
always call the focus code when the page is loaded -> need validation with next 0.8.2 setup