Re: capture 'Paste' event in text-area
- From: Erwin Moller <Since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Fri, 05 Dec 2008 10:11:17 +0100
RJ schreef:
The scenario is.... there is a text-area that is used as chatbox where
user enters their text msgs for chatting ..now it has a fixed width
but the height increases according to the content.... now the problem
that i am facing is whenver i do a cntrl+v on to the textarea , the
height of the textarea does not increase according to the contents.
I tried capturing the cntrl key event using "event.ctrlKey" on
"onkeypress" event, but i works only for FF and fails in IE and
chrome.
Is there any way by which i can capture 'Paste' event......
Any help wld be highly appreciated.
Thanks,
RJ
Hi,
Have a look here:
http://www.quirksmode.org/dom/w3c_events.html#keyprops
Please note the listed keydown and keyup. keypress is NOT listed.
Good luck.
Regards,
Erwin Moller
--
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
.
- Follow-Ups:
- Re: capture 'Paste' event in text-area
- From: David Mark
- Re: capture 'Paste' event in text-area
- From: David Mark
- Re: capture 'Paste' event in text-area
- References:
- capture 'Paste' event in text-area
- From: RJ
- capture 'Paste' event in text-area
- Prev by Date: capture 'Paste' event in text-area
- Next by Date: Re: capture 'Paste' event in text-area
- Previous by thread: capture 'Paste' event in text-area
- Next by thread: Re: capture 'Paste' event in text-area
- Index(es):
Relevant Pages
|