Announcement

Collapse
No announcement yet.

Problems with tabs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problems with tabs

    Some day ago I upgrade espocrm to the latest version and add tabs to panels.
    Old details form html screenshot in attach.
    Function uses
    this.$el.find('.middle > .panel[data-tab]').addClass('tab-hidden');
    to hide and show panels. So marked panels might be one level to top.
    So tags doesn't work for them, but work for new-created Entities.

  • #2
    I've found the reason.
    We use custom field with template, it contatins nested <div> with complex classes.
    We check correctness with online html Validation Service and by eyes, it seems to be correct.
    But when remove this field from form everything works fine.
    Last edited by Zuzz; 12-01-2023, 10:18 AM.

    Comment

    Working...
    X