hossein akhoondi
unread,Feb 4, 2025, 4:30:58 AMFeb 4Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to noVNC
Hi, I opened an iframe in another iframe .
I know this is not logical, but it was for testing and personal experience.
While working with the second iframe, I noticed a problem with the keyboard.
Some of the keyboard keys do not work in the child iframe.
For this reason, I took the console log.
Some keys, such as backspace, are entered in the parent iframe, but not in the child iframe.
Some keys, such as the = key, have a different scancode entered in the parent iframe than the scancode in the child iframe.
whats the reason?
I insert this key in second iframe and in continue send log:
backspace ,= , g
parent iframe:
Sending key (down): keysym 65288, scancode 14
rfb.js:480 Sending key (up): keysym 65288, scancode 14
rfb.js:480 Sending key (down): keysym 61, scancode 13
rfb.js:480 Sending key (up): keysym 61, scancode 13
rfb.js:480 Sending key (down): keysym 103, scancode 34
rfb.js:480 Sending key (up): keysym 103, scancode 34
child iframe:
Sending key (down): keysym 65469, scancode 89
rfb.js:480 Sending key (up): keysym 65469, scancode 89
rfb.js:480 Sending key (down): keysym 103, scancode 34
rfb.js:480 Sending key (up): keysym 103, scancode 34