petabytekr / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

TinyMCE and Beauty Tips JQuery plugin #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure a Tinymce editor (http://tinymce.moxiecode.com) and jQuery
Beauty Tips plugin (http://plugins.jquery.com/project/bt)
2. sample html script import
        <script src="../bt-0.9.5-rc1_0/other_libs/jquery-1.3.2.min.js"></script>
        <script src="../tiny_mce/jquery.tinymce.js" type="text/javascript" ></script>
        <script
src="../bt-0.9.5-rc1_0/other_libs/jquery.hoverIntent.minified.js"></script>
        <script
src="../bt-0.9.5-rc1_0/other_libs/bgiframe_2.1.1/jquery.bgiframe.min.js"></scrip
t>
        <script src="../bt-0.9.5-rc1_0/jquery.bt.js"></script>
        <script src="../bt-0.9.5-rc1_0/other_libs/jquery.easing.1.3.js"></script>
        <script src="../bt-0.9.5-rc1_0/excanvas/excanvas.compiled.js"></script>
        <script src="../tiny_mce/tiny_mce.js" type="text/javascript" ></script>
        <script src="../tiny_mce/jquery-ui-1.8rc3.custom.min.js"
type="text/javascript" ></script>

When you try to put a "beauty tip" (who uses canvas element) INSIDE a
tinymce rich editor, tooltip fill color and bounds are not visible; the
only visible thing is tooltip text.

When you try to put a "beauty tip" (who uses canvas element) OUTSIDE a
tinymce rich editor, tooltip works fine.

Thanks

Original issue reported on code.google.com by antonio....@gmail.com on 13 Apr 2010 at 2:04

Attachments: