Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Disabled "Open discussion" button

Hello! I have Vanilla with Bootstrap theme.
When I start a new thread and write in the text field, after a few minutes appears the prompt "save draft" and this disables the "Open discussion" button, then I can no longer save the message.
Why? Can I eliminate the problem? Or at least, can I disable the auto-save?

Comments

  • My forum: http://www.fermimontesarchio.gov.it/area-didattica/sportello-a-distanza/
    Inspecting the code in the browser, I found the problem.
    A JS function overlaps the button to publish the discussion a DIV that contains the "Draft saved at 6:42" message.
    <div class="InformMessages"></div>
    This DIV * not * disappears when you close the draft saving message (as seen in the image).

    So it makes it impossible to save the message, because the button is BELOW the DIV.

    The function should be (I think) in vanilla \ js \ global.js

    To me it would be enough to disable the automatic save drafts.

  • Solved!
    I align the buttons to the right, there is not the DIV.

Sign In or Register to comment.