Author Topic: WebRep broken pictures?  (Read 14612 times)

0 Members and 1 Guest are viewing this topic.

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #15 on: February 26, 2011, 10:11:10 PM »
There could be more, but this always prompts when the WebRep addon is enabled, regardless of my setting.

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #16 on: February 26, 2011, 10:18:22 PM »
No body else seeing these?  See attached.  What should they be?

Mine for IE is exactly the same

I'm not the only one then! :-)  Another case of testing with one browser only.  I'm starting to really not trust this addon.

k.u.r.t

  • Guest
Re: WebRep broken pictures?
« Reply #17 on: February 27, 2011, 09:44:21 AM »
Strange indeed!  :o

Could you please tell me what is the path to your avast program folder? In other words where does aswWebRepIE.dll or aswWebRepIE64.dll reside?

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #18 on: February 27, 2011, 03:35:04 PM »
Strange indeed!  :o

Could you please tell me what is the path to your avast program folder? In other words where does aswWebRepIE.dll or aswWebRepIE64.dll reside?

aswWebRepIE.dll in "C:\Program Files\AVAST Software\Avast".  As I would expect.  Note: "\Avast Software"  was only created after I did the complete removal and the fresh Install, using setup_av_free.exe

k.u.r.t

  • Guest
Re: WebRep broken pictures?
« Reply #19 on: February 28, 2011, 02:22:52 PM »
Could you please save the attached file, change the extension from TXT to HTML and open it in your browser? Size the IE window so that all content is visible and take a screenshot. Post it here once you have done that. Thanks!

Note: the file's extension was change to txt because our forum does not allow attaching of html files
Edit: I have created a second test file with a xhtml1-strict doctype, which is more closely resembling the popup html (just in case we fail to identify the issue in the 1st case)
« Last Edit: February 28, 2011, 03:04:37 PM by k.u.r.t »

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #20 on: February 28, 2011, 03:06:03 PM »
Could you please save the attached file, change the extension from TXT to HTML and open it in your browser? Size the IE window so that all content is visible and take a screenshot. Post it here once you have done that. Thanks!

Note: the file's extension was change to txt because our forum does not allow attaching of html files

Here it is.  I shrunk the window for upload speed, but it's all there.

k.u.r.t

  • Guest
Re: WebRep broken pictures?
« Reply #21 on: February 28, 2011, 03:57:24 PM »
Thanks for your fast reply. Could you please try this HTML? Hopefully you should see everything correctly. If not then we might ditch the IMG tags alltogether in favour of the DIV tags. Cheers.

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #22 on: February 28, 2011, 04:22:50 PM »
Thanks for your fast reply. Could you please try this HTML? Hopefully you should see everything correctly. If not then we might ditch the IMG tags alltogether in favour of the DIV tags. Cheers.

Nuts!  Below is your source code.  Make sure my cache didn't get the old one.  I'll check each link in a little while.
--------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style type="text/css">
.close1 {
background: url("res://C:%5CProgram Files%5CAVAST Software%5CAvast%5CaswWebRepIE.dll/close.png") center center no-repeat;
width: 16px;
height: 16px;
}

.logo1 {
background: url("res://C:%5CProgram Files%5CAVAST Software%5CAvast%5CaswWebRepIE.dll/logo.png") center center no-repeat;
width: 100px;
height: 44px;
}

</style>
</head>

<body>
<script type="text/javascript">
<!--
var txt;

document.write(navigator.appVersion);
//-->
</script>
<hr />
<div>
Close
<img alt="" src="res://C:%5CProgram Files%5CAVAST Software%5CAvast%5CaswWebRepIE.dll/close.png" />
</div>
<hr />
<div>
Logo
<img alt="" src="res://C:%5CProgram Files%5CAVAST Software%5CAvast%5CaswWebRepIE.dll/logo.png" />
</div>
<hr />
<div>
Close
<img alt="" src="res://C:%5CProgram Files%5CAVAST Software%5CAvast%5CaswWebRepIE.dll/close.png" width="8" height="8"/>
</div>
<hr />
<div>
Logo
<img alt="" src="res://C:%5CProgram Files%5CAVAST Software%5CAvast%5CaswWebRepIE.dll/logo.png" width="100" height="44"/>
</div>
<hr />
<div>
Close
<div class="close1">&nbsp;</div>
</div>
<hr />
<div>
Logo
<div class="logo1">&nbsp;</div>
</div>
<hr />

</body>
</html>
-----

k.u.r.t

  • Guest
Re: WebRep broken pictures?
« Reply #23 on: February 28, 2011, 04:49:52 PM »
You got the right file mate. I have validated it against the W3C validator (0 Errors, 0 Warnings). So I presume this is a bug of IE. Interestingly enough I also use IE8 here on my end and it renders just fine...

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #24 on: February 28, 2011, 05:29:20 PM »
You got the right file mate. I have validated it against the W3C validator (0 Errors, 0 Warnings). So I presume this is a bug of IE. Interestingly enough I also use IE8 here on my end and it renders just fine...

Something is very strange here.  I renamed your ORIGINAL file to a.htm and it still fails.  I then opened it in Notepad and saved it as b.htm.  That works fine!  Try my b.htm and see if it fails on your system.  Oh yes, .txt -> .htm as before.

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #25 on: February 28, 2011, 07:36:55 PM »
You got the right file mate. I have validated it against the W3C validator (0 Errors, 0 Warnings). So I presume this is a bug of IE. Interestingly enough I also use IE8 here on my end and it renders just fine...

Something is very strange here.  I renamed your ORIGINAL file to a.htm and it still fails.  I then opened it in Notepad and saved it as b.htm.  That works fine!  Try my b.htm and see if it fails on your system.  Oh yes, .txt -> .htm as before.

A little more info.  If I copy your file to a Floppy (Non-NTFS), it also works fine.

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #26 on: February 28, 2011, 08:13:04 PM »
You got the right file mate. I have validated it against the W3C validator (0 Errors, 0 Warnings). So I presume this is a bug of IE. Interestingly enough I also use IE8 here on my end and it renders just fine...

Also, by using http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx to remove the NTFS Stream info from your html file, it reads the resources pictures from the .dll file ok.

Offline Zyndstoff (aka Steven Gail)

  • Avast Evangelist
  • Massive Poster
  • ***
  • Posts: 2604
  • I can resist anything except temptation.
    • tex62
Re: WebRep broken pictures?
« Reply #27 on: February 28, 2011, 08:28:42 PM »
Just a quick thought... might it be the Site-settings concerning the codeset?

Is IE set to unicode (UTF 8)...???
7 x64 SP1, FF 8a Aurora, TB6, 6.0.1203 Free
Free MBAM Clear

fidmas

  • Guest
Re: WebRep broken pictures?
« Reply #28 on: February 28, 2011, 08:42:00 PM »
Just a quick thought... might it be the Site-settings concerning the codeset?

Is IE set to unicode (UTF 8)...???

No change.  Definitely NTFS knows the html came from a different system than the resource pictures in the .dll file, and IE (and an old Mozilla) isn't happy.  I'll try FF soon.

Offline Vlk

  • Avast CEO
  • Serious Graphoman
  • *
  • Posts: 11658
  • Please don't send me IM's. Email only. Thx.
    • ALWIL Software
Re: WebRep broken pictures?
« Reply #29 on: February 28, 2011, 10:31:02 PM »
It must be that Zone.Identifier thing in the NTFS alternate data stream then...
If at first you don't succeed, then skydiving's not for you.