| I have created sidebar in one of my admin tabs.In that tab view’s index.php i add tiny_mce.
Here is a part of html genereted code for sidebar—>
<!—sidebar—>
<p class=“button”>
<a href=“http://*/cactus/admin/about/add”>Add In About US</a>
</p>
<p class=“button”>
<a href=“http://*/cactus/admin/about/index/1” style=“font-color:black;padding-left:10px;”>Who We Are</a>
<a href=“http://*/cactus/admin/about/index/1” style=“padding-left:10px;”>Membership</a>
<a href=“http://*/cactus/admin/about/index/1” style=“padding-left:10px;”>Delivery</a>
<a href=“http://*/cactus/admin/about/index/1” style=“padding-left:10px;”>Lunch</a>
<a href=“http://*/cactus/admin/about/index/1” style=“padding-left:10px;”>Careting</a>
AND NOW BUG PLACE
<a href=“http://<script type=” text=”“ javascript”=”“ src=“http://*/cactus/public/js/tiny_mce/themes/advanced/langs/en.js”>*/cactus/admin/about/index/6” style=‘padding-left:10px;’>Wi-Fi</a>
</p>
<!— end sidebar—>
This problem appear only in chrome(i tested in ie6/7 ff opera);
IF I REFRESH THAT PAGE problems disappear;
If i remove tiny_mce from index.php problems disappear;
Problem View—>

Any suggestion?
Problem solved its only apper in last verwion of chrome 4.0.249.78 ,so i think its chrome bug
in early version’s work good |