taoguan / jwysiwyg

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

"separator08" isn't a separator #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Has been fixed by removing of any separators with groupIndex'es.

http://github.com/akzhan/jwysiwyg

Original comment by akzhan.a...@gmail.com on 27 Jun 2010 at 10:37