31 Oct 2005, 3:24 PM
|
JonathanBisson
Joined on 10-25-2005
Posts 15
|
|
|
After trying various thing, i really need to get the onfocus out event.
If i'm inserting an event on the click of my dropdown, if the user click somewhere in the page, it will lose focus and the text won't be inserted at the right spot.
I have tried to do the onClick in the body but now, when i'm clicking the button to add the text, it's calling the event so if i'm changing my value in the dropdown, it will place the good position but when i'll click on the button, it will overwrite the good position to the one that is out of focus (that mean it will be stored at the beggining).
I need to have an event that will be trigger EVERYTHING except the button i need to press.
I don't belive there a hole lot i need to do if i can't use the on focus out...
I don't know what's happening behind the scene so i can't really try to debug why I am getting that error when i have the focus out and storecurrentrange.
jonathan.
|
|
|
|
|
|
|
|