tlva1 / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Control Buttons appear twice #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $('#wysiwyg').wysiwyg();
2.
3.

What is the expected output? What do you see instead?
Control Buttons must appear only once but they appear twice

What version of the product are you using? On what operating system?
Google Chrome 10.0.648.6 dev 
Jquery jwysiwyg 0.95

Please provide any additional information below.

Problem occur cuz initFrame its called twice on line 742 and line 1028, so 
function appendControls its called twice too, so i added an internal varible 
called initStart and i add those lines after line 494
if(this.initStart)
return;
this.initStart = true;

Its necesary in Chorme call that function twice cuz if you call initFrame only 
on line 1028 yo can edit textarea in a jquery dialog box

Original issue reported on code.google.com by sirio3...@gmail.com on 1 Feb 2011 at 6:32

Attachments:

GoogleCodeExporter commented 8 years ago
What version of jWysiwyg are you using?  I am having the same problem but my 
line numbers don't seem to match up with your fix.

Original comment by joemburg...@gmail.com on 11 Mar 2011 at 3:19

GoogleCodeExporter commented 8 years ago
You don´t need to change it now, it was fixed. Go to 
https://github.com/akzhan/jwysiwyg and download the last version

Original comment by sirio3...@gmail.com on 11 Mar 2011 at 3:23

GoogleCodeExporter commented 8 years ago
Hi there. I've the same problem. I'm using fancybox to load some popups with 
editors and when I initiate jwysiwyg it pushes the menu twice. I've downloaded 
the latest version but the problem persist. 

Original comment by pictoru on 17 May 2011 at 1:50

GoogleCodeExporter commented 8 years ago
Project has been moved to http://www.uploadify.com/download/ try the code on 
this page

Original comment by sirio3...@gmail.com on 17 May 2011 at 3:58

GoogleCodeExporter commented 8 years ago
I have the same problem with a jquery ui dialog.

Regards,

Eric

Original comment by riri...@gmail.com on 24 Jan 2012 at 9:29

GoogleCodeExporter commented 8 years ago
i am having the same problem with a jquery ui dialog. did you figure out a 
solution riri... ?

Original comment by mpodra...@gmail.com on 30 Jan 2012 at 4:33

GoogleCodeExporter commented 8 years ago
What version of jWysiwyg are you using? Try to download last code from 
https://github.com/akzhan/jwysiwyg

Original comment by sirio3...@gmail.com on 30 Jan 2012 at 4:54

GoogleCodeExporter commented 8 years ago
I'm using the latest

Original comment by mpodra...@gmail.com on 30 Jan 2012 at 5:33