﻿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. 
''<div>New paragraph</div>''

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: 

{{{
<div>Text</div>.
}}}

When it really should produce 

{{{
<div class=""myClass1"" id=""myDiv1"">Text</div>
}}}

"	New Feature	closed	Normal		General		wontfix	Discussion Pending	
