Jump to content


Again: Table, advanced panel (Tiny MCE tabs)


5 replies to this topic

#1 WhiteArrow

    Etomite Forum Newbie

  • Member
  • 5 posts

Posted 31 January 2007 - 04:19 PM

Thanks to Andreas, this really helps, but only in IE/Opera, Firefox (2.0, under WinXP SP2) still was running into same issue - cannot get into "Advanced" tab of "Table cell properties" popup.

I examined popup window source code and found this:
<div class="tabs">
  <ul>
    <li id="general_tab" class="current"><span>
       [b]<a href="java script:mcTabs.displayTab('general_tab','general_panel');" [/b][b][u]onmousedown="return false;"[/u]>{$lang_table_general_tab}</a>[/b]
    </span></li>
    <li id="advanced_tab"><span>
       [b]<a href="java script:mcTabs.displayTab('advanced_tab','advanced_panel');" [u]onmousedown="return false;"[/u]>{$lang_table_advanced_tab}</a>[/b]
      </span></li>
  </ul>
</div>
Call to onmousedown() caused FF to stop. After changing "manager/media/tinymce/jscripts/tiny_mce/plugins/table/cell.html" contents to following, tabs work correct, in every browser:
<div class="tabs">
  <ul>
    <li id="general_tab" class="current"><span>
      [b]<a href="Tab:General" onclick="java script:mcTabs.displayTab('general_tab','general_panel'); return false;">{$lang_table_general_tab}</a>[/b]
    </span></li>
    <li id="advanced_tab"><span>
      [b]<a href="Tab:Advanced" onclick="java script:mcTabs.displayTab('advanced_tab','advanced_panel'); return false;">{$lang_table_advanced_tab}</a>[/b]
      </span></li>
  </ul>
</div>
There are many files in ".../plugins/" where changes should be made also.

Please, merge this to original topic.

Edited by WhiteArrow, 31 January 2007 - 04:24 PM.


#2 Dean

    Loves Etomite Forums!

  • Admin
  • 4,745 posts
  • Gender:Male

Posted 31 January 2007 - 04:39 PM

Where's the original topic, and I will merge it for you :)

#3 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,505 posts
  • Gender:Male

Posted 01 February 2007 - 12:16 AM

So am I correct in my understanding that this is a TinyMCE code base error and not on pertaining to the Etomite integration...??? If so, then it would be worthwhile to forward this information to the TinyMCE project for inclusion in future releases...

#4 WhiteArrow

    Etomite Forum Newbie

  • Member
  • 5 posts

Posted 03 April 2007 - 04:54 PM

View PostRalph, on Feb 1 2007, 04:16 AM, said:

So am I correct in my understanding that this is a TinyMCE code base error and not on pertaining to the Etomite integration...??? If so, then it would be worthwhile to forward this information to the TinyMCE project for inclusion in future releases...
Yes it's TinyMCE issue. I will forward it to them.

2 Dean
Original topic:
http://www.etomite.com/index.php?sh...amp;#entry35326

#5 WhiteArrow

    Etomite Forum Newbie

  • Member
  • 5 posts

Posted 06 April 2007 - 11:16 AM

Quote

Yes it's TinyMCE issue. I will forward it to them.
In TinyMCE 2.1.0 it is fixed, no problems in IE / FF. Guess in Opera is OK too.

#6 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,505 posts
  • Gender:Male

Posted 06 April 2007 - 01:33 PM

View PostWhiteArrow, on Apr 6 2007, 07:16 AM, said:

In TinyMCE 2.1.0 it is fixed, no problems in IE / FF. Guess in Opera is OK too.
I am currently working on TinyMCE 2.1.0 integration for the 0614 release so this issue will be addressed in that release...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users