What steps will reproduce the problem?
1. Add line "separator08 : { visible : true }," in file "examples/02-full.html"
2.
3.
What is the expected output? What do you see instead?
separator08 is not look like a separator.
What version of the product are you using? On what operating system?
Ubuntu/Firefox
Please provide any additional information below.
Error in file jwysiwyg/jwysiwyg/jquery.wysiwyg.js line 131,
you can see the difference with the patched file bellow:
diff jquery.wysiwyg.js jquery.wysiwyg.patched.js
311c311
< separator08 : { separator : false && !( $.browser.msie ) },
---
> separator08 : { visible : false && !( $.browser.msie ),
separator : true },
Original issue reported on code.google.com by david.ja...@gmail.com on 4 Jun 2010 at 1:16
Original issue reported on code.google.com by
david.ja...@gmail.com
on 4 Jun 2010 at 1:16