Closed
Bug 490292
Opened 16 years ago
Closed 16 years ago
ad blocker prevents the user name and password fields from showing
Categories
(Camino Graveyard :: Annoyance Blocking, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: internetworld7, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.11pre) Gecko/2009042600 Camino/2.0b3pre (like Firefox/3.0.11pre)
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.11pre) Gecko/2009042600 Camino/2.0b3pre (like Firefox/3.0.11pre)
In Camino 2.0 beta 3 pre, the built in ad blocker prevents the user name and password fields from showing at this google adsense login site which prevents you from being able to log in.
Reproducible: Always
Steps to Reproduce:
1. Turn ad blocker on
2. Visit the above site
3. Attempt to log in
Actual Results:
No login field is displayed
Expected Results:
Login field should be visible with ad blocker on
Comment 1•16 years ago
|
||
Did Google adsense change something recently ?
<div id="existing_advertiser" class="advertiser">
<!-- start login box -->
<script type="text/javascript" src="../../login-box.js">
</script>
<iframe id="awglogin" scrolling="no" frameborder="0" align="center" src="https://www.google.com/accounts/ServiceLoginBox?service=adsense<mpl=login&ifr=true&rm=hide&fpui=3&nui=15&alwf=true&passive=true&continue=https%3A%2F%2Fwww.google.com%2Fadsense%2Flogin-box-gaiaauth&followup=https%3A%2F%2Fwww.google.com%2Fadsense%2Flogin-box-gaiaauth&hl=en_GB" name="awglogin" marginheight="0" marginwidth="0" style="width: 19em; height: 16.4em;">
It is blocked by
div[class^="advert"],
(added in bug 437919)
Comment 2•16 years ago
|
||
We should presumably do something about this, yes?
Comment 3•16 years ago
|
||
Note that this is similar to bug 491336, the string 'advert' causing false positives.
Comment 4•16 years ago
|
||
Confirming, since we have another confirmed bug for essentially the same symptom and this is already blocking our ad-blocker update bug for the month.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Fixed on cvs trunk by the checkin for bug 485865. Thanks philippe for your help on these!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•