ttjoseph / adthwart-googlecode

The old Google Code issues for adthwart - of historical interest only
0 stars 1 forks source link

adthwart detroys javascript webpage slideshow #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please give a precise description of the problem and steps to reproduce it.

The page should expand to the size of the current selected image. But it 
shrinks to width = 0, because of active adthwart. So adthwart somehow destroys 
this working webpage.

Please compare with activated / deactivated adthwart. There was no problem on 
Chrome/Iron 6.

At which URL is this problem observed?

http://localhost/fany/index.php/malerei/einzelansicht/offset/2

Which versions of AdThwart, Chrome and Windows/MacOS/Linux?

Recent adthwart, Chrome/Iron 7.05201, Windows 7 64bit.

Which filter lists are you subscribed to? Any custom filters?
No custom filters.
No subscribed filterlists.

In AdThwart Options, which "General" options are checked?
None

Please provide any additional information below.
The html which is affected is posted below.
The javascript gets the image width by using jquery. If adthwart is activated, 
the width returned is always 0. Why this?
1. Is there any inline code inserted?
2. Do the image urls cause the problems?
3. Is the image size the problem?

<div id="slideshowHolderJSlide"><ul class="layers">

  <li value="1"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_auge.jpg" alt="Auge" /></li>

  <li value="2"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_buste.jpg" alt="Le Buste" /></li>

  <li value="3"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_fishes.jpg" alt="Fishes" /></li>

  <li value="4"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_fleurette.jpg" alt="Fleurette" /></li>

  <li value="5"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_textilkid.jpg" alt="L'Enfant" /></li>

  <li value="6"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_univers.jpg" alt="Univers" /></li>

  <li value="7"><img height="457" src="/fany/cachepics/?w=&amp;h=457&amp;a=flshpic&amp;out=jpg&amp;f=image/illu_univers2.jpg" alt="Univers Deux" /></li>

</ul>

<div id="slideshowButtonsOuter">

<div id="slideshowButtons">

<ul class="indexwork"><li></li></ul><br />&nbsp;<br />

</div>

</div>

</div>

Original issue reported on code.google.com by jurekra...@googlemail.com on 29 Nov 2010 at 11:34

GoogleCodeExporter commented 9 years ago
Sorry, I posted the webpage of localhost :) Here is the right one:

http://www.laviemanie.com/index.php/malerei/einzelansicht/offset/2

Original comment by jurekra...@googlemail.com on 29 Nov 2010 at 11:35

GoogleCodeExporter commented 9 years ago
Thanks for reporting. Looks due to a Chrome bug:

http://code.google.com/p/chromium/issues/detail?id=56204

AdThwart always attaches to the beforeload handler, even if disabled, which 
triggers this Chrome bug.

Original comment by ttjos...@gmail.com on 29 Nov 2010 at 11:38