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
- nook.jpg 33.79KB
- ok.jpg 29.17KB
Comment #1
Posted on Mar 11, 2011 by Helpful BearWhat 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.
Comment #2
Posted on Mar 11, 2011 by Grumpy DogYou donĀ“t need to change it now, it was fixed. Go to https://github.com/akzhan/jwysiwyg and download the last version
Comment #3
Posted on May 17, 2011 by Grumpy DogHi 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.
Comment #4
Posted on May 17, 2011 by Grumpy DogProject has been moved to http://www.uploadify.com/download/ try the code on this page
Comment #5
Posted on Jan 24, 2012 by Massive HorseI have the same problem with a jquery ui dialog.
Regards,
Eric
Comment #6
Posted on Jan 30, 2012 by Happy Cameli am having the same problem with a jquery ui dialog. did you figure out a solution riri... ?
Comment #7
Posted on Jan 30, 2012 by Grumpy DogWhat version of jWysiwyg are you using? Try to download last code from https://github.com/akzhan/jwysiwyg
Comment #8
Posted on Jan 30, 2012 by Happy CamelI'm using the latest
Status: New
Labels:
Type-Defect
Priority-Medium