id summary reporter owner description type status priority milestone component version resolution keywords cc 1465 corestyles/stylelabel applied on div entermode madis "Using ie. div in '''EnterMode''' produces a ''clean'' div tag that embraces its content upon pressing enter or when loading the editor. Ie. ''
New paragraph
'' Could it be possible that the div-tag created by '''EnterMode''' to be affected by '''DefaultStyleLabel''' and/or '''CoreStyles'''? For instance, if having {{{ FCKConfig.EnterMode = 'div' ; ... FCKConfig.DefaultStyleLabel = 'myClass1' ; ... FCKConfig.CoreStyles = { ... 'div' : { Element : 'div', Attributes : { 'id' : 'myDiv1' } }, ... }}} the ''EnterMode'' currently produces: {{{
Text
. }}} When it really should produce {{{
Text
}}} " New Feature closed Normal General wontfix Discussion Pending