Closed Thread Icon

Preserved Topic: How do you Stop IE from Selecting Images on Drag ? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18566" title="Pages that link to Preserved Topic: How do you Stop IE from Selecting Images on Drag ? (Page 1 of 1)" rel="nofollow" >Preserved Topic: How do you Stop IE from Selecting Images on Drag ? <span class="small">(Page 1 of 1)</span>\

 
Ultra
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2002

posted posted 04-25-2002 17:24

I found a tutorial on Alchemy but ain't working for me

DOes anyone know a better solution?

cheers once again

U.

::UltrA::

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 04-25-2002 18:33

It's an annoying combination of returning false from some event handlers, and true from some others. I forget, to be honest. I usually just fiddle with return values until IE ignores clicks and drags.

Ultra
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2002

posted posted 04-26-2002 12:46

well i almost got it right....
i'm running a modified version of bratta's windows script
but i have them loading different html inside
now everything works perfectly untill i have one dragable movable frameset loading inside a iframe in a dragable layer
once i move that all the image get selected......
any idea or rule that i should follow to fix that?
i'm only intrested in IE as the site is going to be IE only

thx

Ultra


::UltrA::

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 04-26-2002 21:00

Ultra, do you have a link so we can see it in action?

. . : newThing

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 04-26-2002 22:20

This one is always a monster pain in the ass, but basically the trick I use is to create an "onmousedown=StartE;" rule, where the StartE() function sets a couple needed variables and then ends with a "return false;". I know there's probably a more proper and elegant way to handle this, but this will work in most browsers you need to worry about. Careful, if you put too much logic in this function before you trigger the 'return false', then the drag & drop functionality might have time to trigger, and you'll be bumming.

Your pal, -doc-

Ultra
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2002

posted posted 04-27-2002 03:38
quote:
Ultra, do you have a link so we can see it in action?




Please check your email

sorry about this but the link is not ready for everyone yet......

Ultra

::UltrA::

Ultra
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2002

posted posted 04-27-2002 10:37

Bugimus thanx for the email


DocOzone please check your email

Ultra

::UltrA::

« BackwardsOnwards »

Show Forum Drop Down Menu