﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14311,No media insertion support using the the_editor() function,DreadLox,Gecka,"Hello,

Making, for example, a custom PostType, I needed a rich text text-area in my meta-boxes.

I found the the_editor() function witch is pretty nice. It outputs a tinymce editor with a custom id. That is nice and ok.

Trouble comes when using the $media_buttons parameter to have for example images upload/insertion into the rich text text-area.

It partially works: the buttons get displayed and clicking on them shows up the media upload windows. The problem is that the media upload/insertion window is ""tight"" to a text-area witch ID is 'content'. (found one occurrence in media-upload.dev.js line 62)

It should be ""tight"" to the ID provided to the_editor() function.

regards.",defect (bug),closed,normal,3.3,Editor,3.1,major,fixed,,
