#3041: plugin:colorbutton incorrect state after color selected.
-----------------------+----------------------------------------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: assigned
Priority: Normal | Milestone: CKEditor 3.0
Component: General | Version: SVN (CKEditor)
Keywords: Confirmed |
-----------------------+----------------------------------------------------
Changes (by garry.yao):
* owner: => garry.yao
* status: new => assigned
Comment:
When adding the following lines arround
''_source\plugins\panelbutton\plugin.js'' for debugging, it is found that
the 'CKEDITOR.TRISTATE_OFF' state is incorrectly applied to 'text-color'
when hidding the 'bg-color' panel.
{{{
this._.__defineSetter__( 'state', function( state ){
console.log( this.id );
return state;
} );
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/3041#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac