Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sgherzo Friend
    #170414

    Hi, I’ve resolved a problem with jatypo 1.1.2 on J!1.7.2 with JoomlaCK 3.4.7.2 on FF 7.0.1
    My typo button shows before other editor button but in a wrong manner, inspecting code i’ve noticed that it was inserted in DOM before div that wraps other buttons (editor-xtd-buttons).

    So in plugin/system/jatypo/jatypo/assets/script.js i’ve changed on line 31:

    this.button = new Element (‘div’, {‘class’:’button2-left’}).adopt(button2).injectBefore($(‘editor-xtd-buttons’));

    with:

    this.button = new Element (‘div’, {‘class’:’button2-left’}).adopt(button2).inject($(‘editor-xtd-buttons’),’top’);

    so i can view correctly the button 🙂

    Thanks to JA for its wonderful job!

    John Wesley Brett Moderator
    #436915

    Thank you for taking the time to provide this.

    JA Typo has since been updated (current version: 1.1.5 at this writing) and all is well.
    Would recommend you update at your earliest convenience.

    Let us know if you need further.

    Have fun!
    John.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  John Wesley Brett 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum