﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17994,TinyMCE fullscreen mode on custom editors on post edit and plugin page,evomase,,"'''ISSUE 1:'''
When clicking on the full screen mode button on a custom editor (post edit page), the content rendered on the full screen window inaccurate. Also, when clicking the update button it updates the default wordpress content editor.

'''ISSUE 2:'''
On a plugin page it is a different scenario. When using the wp_tiny_mce function to render the editor, it throws a JS error saying the edCanvas variable isn't defined.

'''POSSIBLE SOLUTION:'''
In regards to both issues and looking at the wp-fullscreen.dev.js file, the editor_id is hard coded and hence why it always points to default wordpress editor.

Also is there a way to bind the wordpress tinymce buttons to the current active tinymce editor? At the moment it's hard coded to point to 'content'. 

I already addressed this issue on my blog in regards to using the media buttons on custom editors - http://goo.gl/4VVsB

It will be awesome if all wordpress tinymce buttons dynamically picks up the active editor. ",defect (bug),closed,normal,3.3,TinyMCE,3.2,normal,fixed,3.3-early,
