|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
WYSIWYG editor - focusing problem
There seems to be a problem with focusing (if thats the right word).
I try to describe that: When you point mouse outside iframe area and then click link button (and insert the link), the link goes outside the iframe (screenshot ) same problem appears sometimes with _ul_ and _ol_ Does somebody know how to fix that bug?? |
|
#2
|
|||
|
|||
|
Simply place focus on the IFRAME before executing the command and after. It should do the command whereever your cursor or selection last was in the IFRAME.
|
|
#3
|
|||
|
|||
|
Maybe a solution...
Hi,
I changed the init function: function Init() { iView.document.designMode = 'On'; iView.document.open(); iView.document.write(""); iView.document.close(); iView.focus(); } This solved the problem... |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > WYSIWYG editor - focusing problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|