Welcome Guest Search | Active Topics | Sign In | Register

WebBrowser Issue on Windows Server 2012 R2 Options
Stefan Koell
Posted: Monday, March 1, 2021 7:14:53 AM
Rank: Advanced Member
Groups: Member

Joined: 12/23/2013
Posts: 114
Hi,

it seems there's an issue with certain fonts/glyph when running an App with WebBrowser on Windows Server 2012 R2. To test this, simply navigate to:
https://fortigate.fortidemo.com/
user: demo, password: demo

All images will be rectangles.

No images

When running the App on Windows 10, for example:
Correct Images

Regards,
Stefan
eo_support
Posted: Monday, March 1, 2021 11:13:24 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

Please remove the "local()" portion in your @font-face rule. Change it from:

Code: HTML/ASPX
@font-face {
    font-family: ftnt-icons;
    src: local('☺'),url(../fonts/ftnt-icons.woff) format('woff')
}

To:

Code: HTML/ASPX
@font-face {
    font-family: ftnt-icons;
    src: url(../fonts/ftnt-icons.woff) format('woff')
}


Then the page should display correctly on Windows Server R2.

Thanks!
Stefan Koell
Posted: Monday, March 1, 2021 11:16:23 AM
Rank: Advanced Member
Groups: Member

Joined: 12/23/2013
Posts: 114
I'm not sure I understand. The web page was just a sample which shows the issue and is not my web page. So I can't really change anything there. According to our customer who reported the issue, this worked with earlier versions of EO.WebBrowser and started to appear just recently (last few updates).

Regards,
Stefan
eo_support
Posted: Friday, March 5, 2021 10:45:14 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

This is just to let you know that we have found the root cause of this issue. This issue should be resolved in our next build. We will reply here again when the new build is available.

Thanks!
Stefan Koell
Posted: Friday, March 5, 2021 10:46:59 AM
Rank: Advanced Member
Groups: Member

Joined: 12/23/2013
Posts: 114
Awesome, thank you!
eo_support
Posted: Saturday, March 20, 2021 2:14:53 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

This is just to let you know that we have posted a new build (21.0.62) that should resolve this issue. You can download the new build from our download page and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.