Page 1 of 1

ClearClick range too wide causing false positives

Posted: Tue Oct 04, 2011 1:43 am
by GµårÐïåñ
Giorgio, I believe that the range used for checking CC is too wide as you can see by using reference report I sent you #1987461 this causes a huge number of false positives when the item being clicked is inside an iframe and too close to the edge (by the NS logic, which by mine is too large), or its on top of the page and close to the edge of the chrome/browser container or if there are multiple z-order layer ajax pop-ups which are laying on each other or near each other. Is there anyway to tighten this up a bit and so it won't cause so much false positives? Let me know what else you might need besides the report number.

Re: ClearClick range too wide causing false positives

Posted: Tue Oct 04, 2011 4:18 pm
by therube
(
Don't run into issues too often. Had one the other day <sent, but don't know the number> where some CSS I use looked to be the cause <& not that I care>.

Something along these lines, but perhaps not exactly?:

a[href]:visited {background: #FFCC00; font-weight:bold; color: red;}
or a:link img { -moz-outline: 1px solid blue }
)

Re: ClearClick range too wide causing false positives

Posted: Wed Oct 12, 2011 10:58 pm
by GµårÐïåñ
Giorgio, anything on this?