473,394 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Is Capturing keypress in a designMode IFrame possible?

I have an IFrame in design mode. I've tried a bunch of things to
capture key presses in that IFrame, but I can't seem to get it. I can
capture key presses outside the IFrame fine. I have this problem in
Firefox, not IE.
I do know it's possible because Blogger.com's rich text editor does it,
but their code is cryptic and separated into like 20 files, so I'm
going through hell trying to decipher it.
(I need to capture the keypress in order to cancel Ctrl-B from opening
the bookmarks sidebar)

Jul 23 '05 #1
4 11959


Jay Xx wrote:
I have an IFrame in design mode. I've tried a bunch of things to
capture key presses in that IFrame, but I can't seem to get it. I can
capture key presses outside the IFrame fine. I have this problem in
Firefox, not IE.


It shouldn't be any different to capturing key events in a normal
iframe. Do you really have code capturing key events in a normal iframe
with Mozilla that stops working if you switch designMode on for that iframe?
Could you post a URL where that happens? Do you get script errors? What
exactly goes wrong, capturing the key event with a handler, or perhaps
only cancellation of a key?

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jul 23 '05 #2
Yes, here is a simple example of it not working:
http://www.jayssite.com/misc/iframesample.html
I don't get any errors. The event simply isn't captured.

I've also uploaded
http://www.jayssite.com/misc/iframesample2.html
In this example I've commented out the designMode setting, and instead
I've put a textarea in the IFrame. Capturing keypresses works fine in
that example. (Each keypress brings up an alert box)

Jul 23 '05 #3
After extensively searching Blogger.com's code, I've found the rather
simple solution:

document.getElementById('edit').contentWindow.addE ventListener('keypress',
cK, true);

Thanks anyway!

Jul 23 '05 #4


Jay Xx wrote:
Yes, here is a simple example of it not working:
http://www.jayssite.com/misc/iframesample.html
I don't get any errors. The event simply isn't captured.


I am not sure what is different but here is an example working for me
with Mozilla 1.7
<http://home.arcor.de/martin.honnen/javascript/200503/test2005031201.html>
Onload the keypress handling is enabled and when the user types in the
iframe the key/char code is reported.
There are buttons then to disable the keypress handler and enable it
again which work too.

Although I also put in some code in that example geared towards IE I
haven't tested with IE as your original post says you are not looking
for an IE solution.
--

Martin Honnen
http://JavaScript.FAQTs.com/
Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Thomas | last post by:
Hy dudes, I have a strange problem. I dynamically create an IFrame with JavaScript and then fill in some content. Afterwards I want to switch to designMode. There the trouble starts. In Mozilla...
3
by: Bob Rivers | last post by:
Hi, I'm trying to build a web page where the user can insert text dinamically. When the user hits a button, a new text box is created and the user can insert text into it. It's working nice...
1
by: Marcel Balcarek | last post by:
I have an IFrame control defined. Is there a way to turn designMode on for it, so that I can edit text in it using richtext capabilities? These IFrame controls awill be defined dynamically in...
10
by: Andrew | last post by:
Hi, I have a messagebox that pops up due to an event. I did it in javascript. ie. alert("Time's up. Assessment Ended"); I want to capture the OK and Cancel events of this alert messagebox. My...
2
by: Simon Rigby | last post by:
Hi folks, I'm trying to switch an iFrame in and out of design mode by way of a script. As you can see from the method it is intended to be cross browser compatible (or FF and IE at least). The...
9
by: pvsundarram | last post by:
hey, i am trying to cancel the keydown event for certain keycodes( for eg:- enter key ).But the cancelling of this event is not happening in firefox. Is there any way to cancel the event in the...
2
Patropia
by: Patropia | last post by:
Hi, I have an iframe that's using designMode in which I'm loading some code. When including an iframe in that code (putting an iframe in the iframe) the entire frame goes blank. This only happens...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.