summernote note-popover appearing in top left on clicking button to add editor









up vote
0
down vote

favorite












I have a problem with summernote.



I've got adding note-popover appearing in top left on clicking button to add editor.
here is a screenshot



Anyone else have that problem?



here is a screenshot of the DOM tree



I have last version of the summernote from their website [0.8.9]



 $(discription_list).summernote(
// width: editorWidth,
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons:
save: SaveButton,
cancel: CancelButton

);









share|improve this question

























    up vote
    0
    down vote

    favorite












    I have a problem with summernote.



    I've got adding note-popover appearing in top left on clicking button to add editor.
    here is a screenshot



    Anyone else have that problem?



    here is a screenshot of the DOM tree



    I have last version of the summernote from their website [0.8.9]



     $(discription_list).summernote(
    // width: editorWidth,
    toolbar: [
    ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
    ['para', ['ul', 'ol']],
    ['misc', ['undo', 'redo']],
    ['savebutton', ['save']],
    ['cancelbutton', ['cancel']],
    ],
    buttons:
    save: SaveButton,
    cancel: CancelButton

    );









    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a problem with summernote.



      I've got adding note-popover appearing in top left on clicking button to add editor.
      here is a screenshot



      Anyone else have that problem?



      here is a screenshot of the DOM tree



      I have last version of the summernote from their website [0.8.9]



       $(discription_list).summernote(
      // width: editorWidth,
      toolbar: [
      ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
      ['para', ['ul', 'ol']],
      ['misc', ['undo', 'redo']],
      ['savebutton', ['save']],
      ['cancelbutton', ['cancel']],
      ],
      buttons:
      save: SaveButton,
      cancel: CancelButton

      );









      share|improve this question













      I have a problem with summernote.



      I've got adding note-popover appearing in top left on clicking button to add editor.
      here is a screenshot



      Anyone else have that problem?



      here is a screenshot of the DOM tree



      I have last version of the summernote from their website [0.8.9]



       $(discription_list).summernote(
      // width: editorWidth,
      toolbar: [
      ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
      ['para', ['ul', 'ol']],
      ['misc', ['undo', 'redo']],
      ['savebutton', ['save']],
      ['cancelbutton', ['cancel']],
      ],
      buttons:
      save: SaveButton,
      cancel: CancelButton

      );






      javascript html popup editor summernote






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 10 at 11:16









      Re_p1ay

      67




      67






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          Ok, I found a solution, if this helps someone.



           $(discription_list).summernote(
          // width: editorWidth,
          popover:
          image: ,
          link: ,
          air:
          ,
          toolbar: [
          ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
          ['para', ['ul', 'ol']],
          ['misc', ['undo', 'redo']],
          ['savebutton', ['save']],
          ['cancelbutton', ['cancel']],
          ],
          buttons:
          save: SaveButton,
          cancel: CancelButton

          );





          share|improve this answer




















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238399%2fsummernote-note-popover-appearing-in-top-left-on-clicking-button-to-add-editor%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            Ok, I found a solution, if this helps someone.



             $(discription_list).summernote(
            // width: editorWidth,
            popover:
            image: ,
            link: ,
            air:
            ,
            toolbar: [
            ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
            ['para', ['ul', 'ol']],
            ['misc', ['undo', 'redo']],
            ['savebutton', ['save']],
            ['cancelbutton', ['cancel']],
            ],
            buttons:
            save: SaveButton,
            cancel: CancelButton

            );





            share|improve this answer
























              up vote
              0
              down vote



              accepted










              Ok, I found a solution, if this helps someone.



               $(discription_list).summernote(
              // width: editorWidth,
              popover:
              image: ,
              link: ,
              air:
              ,
              toolbar: [
              ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
              ['para', ['ul', 'ol']],
              ['misc', ['undo', 'redo']],
              ['savebutton', ['save']],
              ['cancelbutton', ['cancel']],
              ],
              buttons:
              save: SaveButton,
              cancel: CancelButton

              );





              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                Ok, I found a solution, if this helps someone.



                 $(discription_list).summernote(
                // width: editorWidth,
                popover:
                image: ,
                link: ,
                air:
                ,
                toolbar: [
                ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
                ['para', ['ul', 'ol']],
                ['misc', ['undo', 'redo']],
                ['savebutton', ['save']],
                ['cancelbutton', ['cancel']],
                ],
                buttons:
                save: SaveButton,
                cancel: CancelButton

                );





                share|improve this answer












                Ok, I found a solution, if this helps someone.



                 $(discription_list).summernote(
                // width: editorWidth,
                popover:
                image: ,
                link: ,
                air:
                ,
                toolbar: [
                ['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
                ['para', ['ul', 'ol']],
                ['misc', ['undo', 'redo']],
                ['savebutton', ['save']],
                ['cancelbutton', ['cancel']],
                ],
                buttons:
                save: SaveButton,
                cancel: CancelButton

                );






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 11 at 17:23









                Re_p1ay

                67




                67



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238399%2fsummernote-note-popover-appearing-in-top-left-on-clicking-button-to-add-editor%23new-answer', 'question_page');

                    );

                    Post as a guest














































































                    Popular posts from this blog

                    Top Tejano songwriter Luis Silva dead of heart attack at 64

                    ReactJS Fetched API data displays live - need Data displayed static

                    政党