Page 1 of 2

[Fixed] BUG im 11.0.42

Posted: Mon Sep 07, 2020 11:29 pm
by Iouri
After update to 11.0.42 (automatically) ALL file:// urls that contain non-english, non-unicode hml's (with ANSI encoding) displayed incorrect (with 'pseudographic'). When disable noscript - all dispayed correctly

Re: BUG im 11.0.42

Posted: Tue Sep 08, 2020 1:47 pm
by barbaz
Please try the latest development build, and let us know if it solves the problem.

Re: BUG im 11.0.42

Posted: Wed Sep 09, 2020 12:16 am
by Guest
Thank you, barbaz, I was coming to report this issue.

Re: BUG im 11.0.42

Posted: Wed Sep 09, 2020 6:50 pm
by Ioury
barbaz wrote: Tue Sep 08, 2020 1:47 pm Please try the latest development build, and let us know if it solves the problem.
In 11.0.43 bug also present :(

Re: BUG im 11.0.42

Posted: Wed Sep 09, 2020 7:03 pm
by Giorgio Maone
Could you provide us with a sample file? Are they plain txt, HTML or...?

Re: BUG im 11.0.42

Posted: Thu Sep 10, 2020 2:54 pm
by Iouri
htm. txt files show correctly.
Example... open url
http://samlib.ru/s/stoew_a/zaposlednimp ... 3rim.shtml
save file as and reopen it at file://

Note: (ANSI CP 1251)

Re: BUG im 11.0.42

Posted: Thu Sep 10, 2020 2:58 pm
by Quest
I think that that's my probem too. (Which I wrote elsewhere erlier):

I use now the proper version .43 and that phenomenon persist albeit not always:
When I open FF, the homepage is mostly OK. If I go elsewhere and then back to Home, the page is corrupted.
If I repeat this, the page is OK and stays (probably) OK. The corruption also disappears if I refresh the page.
And this only happens if the page is set to TRUSTED. And by the way: this does not solve the slowness problem.

The Home page is plain HTML and contains nothing else functionality but <a href>s.
And heading (maybe completely unnecessary):
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
</head>
Has that charset something to do with this?

Re: BUG im 11.0.42

Posted: Thu Sep 10, 2020 3:49 pm
by Quest
Here is a bit reduced version of the content of my Home.htm page:

ääää

If Default then it shows ääää; if I set to TRUSTED then ����.

Re: BUG im 11.0.42

Posted: Thu Sep 10, 2020 10:36 pm
by Giorgio Maone
Quest wrote: Thu Sep 10, 2020 3:49 pm Here is a bit reduced version of the content of my Home.htm page:

ääää

If Default then it shows ääää; if I set to TRUSTED then ����.
Please check latest development build, thank you:
v 11.0.44rc2
============================================================
x Fixed soft reload messing with non UTF-8 encodings (thanks
"Quest" for reporting)

Re: BUG im 11.0.42

Posted: Thu Sep 10, 2020 11:26 pm
by Iouri
Fixed but... new strangle behavior :).
Files show correctly, but if pressing F5 (reload) in some cases (not always!) firefox show empty page (withot any content) and only after pressing arrow (up/down) or pgup/pgdwn key show text (correctly)

Re: BUG im 11.0.42

Posted: Fri Sep 11, 2020 10:42 pm
by Giorgio Maone
Iouri wrote: Thu Sep 10, 2020 11:26 pm Files show correctly, but if pressing F5 (reload) in some cases (not always!) firefox show empty page (withot any content) and only after pressing arrow (up/down) or pgup/pgdwn key show text (correctly)
Couldn't reproduce that (tried with your zaposlednimporogom03rim.shtml file).
Does it happen with some specific file?
Do you get any error message in the console (ctrl+shift+K) when this happens?

Re: BUG im 11.0.42

Posted: Fri Sep 11, 2020 11:43 pm
by Iouri
1. With any file (zapos.. also) but not on start of file. Place to middle (or end) of file than press F5
2. No error messages in console.
I can take a screenshot and send it... If you tell me where :)
(sorry, but my english very poor)

Re: BUG im 11.0.42

Posted: Wed Sep 16, 2020 10:49 am
by Chris234234
I think if the original user would try to mark his file as "Untrusted" with No Script it might be a workaround for now.

Re: BUG im 11.0.42

Posted: Wed Sep 16, 2020 5:01 pm
by Iouri
Mark as untrusted ALL 'file://' url's? Thanks you, but then it is better (as it seems to me) reverted to version 11.0.41 and disable updates.

Re: BUG im 11.0.42

Posted: Wed Sep 16, 2020 8:25 pm
by Giorgio Maone
Iouri wrote: Thu Sep 10, 2020 11:26 pm Files show correctly, but if pressing F5 (reload) in some cases (not always!) firefox show empty page (withot any content) and only after pressing arrow (up/down) or pgup/pgdwn key show text (correctly)
This should be fixed in latest development build, please check:
v 11.0.45rc3
============================================================
x Fixed rendering bug with scrolled file:// pages on soft
reload (thanks Iouri for report)