Okay, how about submitting your request to the wishlist? Chances are no
one
here is going to be able to make it happen for you.
It was a 'pet peeve' I never expected anything to be done about it. I'm
using
XP pro, at least 10 years after win98 came out. And it has bugs 98 had
that
still need fixing.
I'm not missing anything that I need, but I get no popups unless I
specifically allow them. Most of the time I don't want them, and when I
do,
it's a mouse-click to get them. Not a big deal.
Maybe you don't browse as many sites filled with ads as I do. Just today I
got
one probably from ebay on run this virus checker now.
That's another one I hate when the ads take and assume the look of an
official
M$ page. You have to ask what's this about instead of just DELETE!.
I block more than 99% and seldom have to ALLOW anything. But then I've
been
using blockers for more than 7 years now. Which is why this particular pet
peeve. You have to loosen things up to see the good stuff. But the jerks
take
advantage of this loosening to slip their garbage in past the blockers.
Ads in flash all the time, plain gif images, the ATI website is a real
good
example of the next generation ads. They aren't blockable yet because they
are
part of the page and very low on the security blocking totem pole.
Read what I said.
if you're in the process of a click and some strange popup bypasses
the
security, it's too late to NOT click if it's put itself between your
mouse
click and what you were going to click that's now UNDER the popup.
Getting rid of the pop-ups with the tools MS already has (along with all
the
other anti-spyware and pop-up blocking programs that are free and
available)
is going to be a lot easier than convincing MS to write some code just
for
you. I'm betting most people would not want the mouse being delayed, so
it's
a matter of how many people want a feature, and in this case, I doubt
there
are hoards clamoring for this particular concept.
Actually adding popup killers to XP is a complete waste. It just eats up
resources. XP PRO has it's own popup killer.
Okay...I was just pointing out that there are plenty available. Some
people
don't like MSs version.
As for this particular delay, like I said it would most likely be
unnoticeable
to all but these jerk popups that get past the security. Window starts
to
load,
OS sets [do not accept mouse for 2 seconds] depending on how long it
takes
for
that popup to jump in front of you, it would only have an effect on
those
IMMEDIATE popups. nothing but text no graphics to slow it's loading
process.
One second nothing there then BAM in front of you.
Which is only a problem if you're letting the pop-ups in in the first
place.
I'd rather block the pop-ups in general and choose which ones to allow
than
to have to wait 2 seconds to click the mouse every time a random pop-up
appears, considering that I probably don't want the pop-up in the first
place. It takes me a lot less than 2 seconds to click to allow a wanted
pop-up. And if you're letting them in, you still have to click to close
them, so it's not like you're saving a mouse-click somewhere.
Today's popup was just a plain old web page I suspect piggy backed on an
actual
page that I did open. Though this particular would have to be classified
pop
back as I only found it when clicking open windows in the status bar.
I'm set to block them without asking. IOW OFF. no popups. But every once
in
awhile the maverick popup does get thru.
And those are the ones the peeve is about. Something about them stealth's
them
past XP's security. it's blocking better than 99% of the popups. Why
because
some web sites I allow into the web security zone. Mostly to save time
re-signing in on every page to allow a cookie.
That's how they get into your security they come in if you allow cookies
from
their web site. excite, yahoo, and ebay. So unless those sites only have 1
popup that's what's letting them pass.
Still not something I'm willing to change as long as they use cookies. I'd
rather not sign in every time I read an article then hit the back button
to the
main page.
The mouse config section is a function of the mouse drivers. I've got a
specialty mouse that does all sorts of odd things that aren't a "normal"
part of the basic mouse drivers.
But if those oddities didn't exist in the OS, your mouse couldn't do them.
The drivers have to modify OS volatile memory addresses to do what they
do. ie:
Trails, a function of the graphic cards. mouse sets a delay variable,
updates
the graphic cards variable with it. Provides it's own graphic, or uses
built
ins.
Mouse movement and selection would access the OS and movement access the
graphic cards.
Think of it this way the mouse driver is telling a bunch of switches which
way
to be, either on or off.
The switch has to exist for the driver to access it. I don't believe
there is
such a switch in the OS to delay action to a web page, but I could be
wrong.
I haven't written anything since my Amiga died. Now that was/is a machine.
But with support dried up or moved to Europe, it's not sensible to even
have a
working amiga around when it takes weeks maybe months for the simplest
repairs
or support.
I take that back. I do have VBasic, current version, and did have Vjava
which
became obsolete with XP. Couldn't even re-install it.I've done my own piddly stuff. But don't think this is a function that can
be
done with just a mouse driver. Just like the graphic cards aren't stand
alone's. They need to build their stuff [to stay competitive and have the
stuff
work] according to the OS they're designing for.
Actually I think trying to make this a software function vs hardware would
be a
bad idea. software 90% of the time slows things down. where hardware it's
almost instantaneous.
By the time the software saw the window opening, and told the switch to
start
counting down from 2 seconds, the plain window popup could have already
been
clicked.
where the OS would see it and immediately or nano seconds later set the
blocking counter.
ie: It's the OS that does the popup blocking, sees the window opening and
either allows or doesn't allow it to open. Those it allows should have
this 1-2
second block action delay installed to give someone time to see just what
it is
they're clicking on.
See it's not a mouse function. And trying to make it one would be like
trying
to keep horses employed by making them chauffeurs in today's cars.
Illogical.
Maybe you should look into writing your own little program that will do
what
you want.