taoguan / jwysiwyg

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

CSS-style for textarea doesn't work properly #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create 2 textareas on your webpage: 1 - editor, second - simple.
2. create your own style (font, color) for TEXTAREA tag.
3. Edit the same text in these textareas.

example is here: http://www.teplak.ru/test.htm

What is the expected output? What do you see instead?

Expected equal behavior of textareas. But font and color are different!

What version of the product are you using? On what operating system?

All browsers (ie6, opera10, chrome, firefox 3.6)

Please provide any additional information below.

example is here: http://www.teplak.ru/test.htm

Original issue reported on code.google.com by b79...@gmail.com on 25 Feb 2010 at 4:05

GoogleCodeExporter commented 8 years ago
Wysiwyg editors follow CSS styling that applied in configuration.

$('#editor').wysiwyg({
  css: '/path/to/editor.css'
});

Original comment by akzhan.a...@gmail.com on 3 Mar 2010 at 2:55

GoogleCodeExporter commented 8 years ago
Suggestion if I may... Since this is one of the basic features of your most 
excellent in-line editor, please add a custom css to one of your basic examples.

Original comment by marc.c.j...@gmail.com on 14 Jun 2011 at 10:07