﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16986	"When I use meta name=""description"", ckeditor not work"	Tamil Selvan C		"== Steps to reproduce ==

1. in form, I used a name=""description"" for the textarea
2. and add meta tag name=""description""
3. ckeditor not works

== Expected result ==

CKEditor Works

== Actual result ==

Textarea display instead of CKEditor

== Other details (browser, OS, CKEditor version, installed plugins) ==
I used fuelPHP framework for CKEditor

<?php
   
    echo ckeditor('description', Input::post('description', isset($user) ? $user->description : ''), array('class' => 'form-control', 'height' => '140px'));
    ?>

"	Bug	pending	Normal		General				
