Opened 9 years ago
Last modified 9 years ago
#16986 pending Bug
When I use meta name="description", ckeditor not work
| Reported by: | Tamil Selvan C | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduce
- in form, I used a name="description" for the textarea
- and add meta tag name="description"
- 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')); ?>
Change History (1)
comment:1 Changed 9 years ago by
| Keywords: | meta tag issue removed |
|---|---|
| Status: | new → pending |
| Version: | 4.7.0 (GitHub - major) |

I could not reproduce that. I have tired the full page sample and everything worked as expected.
Please provide HTML sample (without PHP) which would allow reproducing this issue.