Jump to content


Photo

Again: Table, advanced panel (Tiny MCE tabs)


  • Please log in to reply
5 replies to this topic

#1 WhiteArrow

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:
<a href="java script _linenums:0'><div class="tabs">  <ul>    <li id="general_tab" class="current"><span>       <strong class='bbc'><a href="java script:mcTabs.displayTab('general_tab','general_panel');" </strong><strong class='bbc'>onmousedown="return false;">{$lang_table_general_tab}</a></strong>    </span></li>    <li id="advanced_tab"><span>       <strong class='bbc'><a href="java script:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{$lang_table_advanced_tab}</a></strong>      </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:
<a href="Tab _linenums:0'><div class="tabs">  <ul>    <li id="general_tab" class="current"><span>      <strong class='bbc'><a href="Tab:General" onclick="java script:mcTabs.displayTab('general_tab','general_panel'); return false;">{$lang_table_general_tab}</a></strong>    </span></li>    <li id="advanced_tab"><span>      <strong class='bbc'><a href="Tab:Advanced" onclick="java script:mcTabs.displayTab('advanced_tab','advanced_panel'); return false;">{$lang_table_advanced_tab}</a></strong>      </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

Dean

    Loves Etomite Forums!

  • Admin
  • 4,787 posts

Posted 31 January 2007 - 04:39 PM

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

#3 Ralph

Ralph

    Loves Etomite Forums!

  • Admin
  • 6,539 posts

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

WhiteArrow

    Etomite Forum Newbie

  • Member
  • 5 posts

Posted 03 April 2007 - 04:54 PM

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.c...amp;#entry35326

#5 WhiteArrow

WhiteArrow

    Etomite Forum Newbie

  • Member
  • 5 posts

Posted 06 April 2007 - 11:16 AM

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

Ralph

    Loves Etomite Forums!

  • Admin
  • 6,539 posts

Posted 06 April 2007 - 01:33 PM

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...




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users