Etomite Community Forums: Again: Table, advanced panel (Tiny MCE tabs) - Etomite Community Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Again: Table, advanced panel (Tiny MCE tabs) Firefox fix

#1 User is offline   WhiteArrow 

  • Etomite Forum Newbie
  • Group: Member
  • Posts: 5
  • Joined: 30-January 07

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

This post has been edited by WhiteArrow: 31 January 2007 - 04:24 PM


#2 User is offline   DeanC 

  • Etomite Administrator
  • Group: Admin
  • Posts: 4,722
  • Joined: 08-June 04
  • Gender:Male
  • Location:United Kingdom

Posted 31 January 2007 - 04:39 PM

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

#3 User is offline   Ralph 

  • Etomite Administrator
  • Group: Admin
  • Posts: 6,418
  • Joined: 01-July 04
  • Gender:Male
  • Location:Jamestown, NY USA
  • Interests:Computers, Camping, Hiking, Aviation

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 User is offline   WhiteArrow 

  • Etomite Forum Newbie
  • Group: Member
  • Posts: 5
  • Joined: 30-January 07

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 User is offline   WhiteArrow 

  • Etomite Forum Newbie
  • Group: Member
  • Posts: 5
  • Joined: 30-January 07

Post icon  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 User is offline   Ralph 

  • Etomite Administrator
  • Group: Admin
  • Posts: 6,418
  • Joined: 01-July 04
  • Gender:Male
  • Location:Jamestown, NY USA
  • Interests:Computers, Camping, Hiking, Aviation

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users