siphyo / adblock-plus-japanese-filter

Automatically exported from code.google.com/p/adblock-plus-japanese-filter
0 stars 0 forks source link

White blank page on vr-zone.com #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have ABP Japanese filters subscribed
2. Go to http://vr-zone.com/

What is the expected output? What do you see instead?
A white blank page loads instead of the proper page with contents.

What version of the product are you using? On what operating system?
ABP Japanese Filter used with Adblock Plus for Firefox(1.3.5a2.2776) and 
Chrome(1.0.26.617)

Please provide any additional information below.
The site http://vr-zone.com/ gives a white page when ABP Japanese filters is 
used. The page displays correctly with other filters.

Original issue reported on code.google.com by bland.l...@gmail.com on 15 Feb 2011 at 12:23

GoogleCodeExporter commented 8 years ago
Thank you for reporting, bland.
The false positive was fixed.
Update your subscription and check it out.

The cause is simple. One generic filter *[class$="_ad"] , unfortunately, 
matched body element <body class="backgroud_ad"> . To avoid further possible 
false positives, universal selectors * now have negation pseudo-class 
:not(body).

Original comment by k2ja...@gmail.com on 15 Feb 2011 at 6:49

GoogleCodeExporter commented 8 years ago
Thanks for the prompt fix, k2japan!
Updated and the page now display proper.

Original comment by bland.l...@gmail.com on 16 Feb 2011 at 2:56