onclick event not triggered when onchange triggered right before
i have a funny problem here. I have a textarea with an onchange event linked to it. Then i have a button linked to an onclick event. The text being put to the textarea is processed when the onchange event gets triggered on the textarea. This normally happens when i click something outside of the textarea. What i did was the following: I typed in a text into the textarea. Right after typing i click on the button to trigger the onclick event on the button Nothing happens, but the onchange event on the textarea got triggered when i clicked on the button, but the onclick event on the button itself