Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting secure http dialog box in IE when using https when included in wysiwyg plugin #19

Open
GoogleCodeExporter opened this issue Sep 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Get https://github.com/akzhan/jwysiwyg (Wysiwyg plugin)
2. Created a plugin to include spell check
3. In IE, getting annoying secure dialog box.

What is the expected output? What do you see instead?
All the functionality works, I used fiddler and firebug to make sure there is 
no call to http.
I removed spell check and annoying dialog is not seen. As soon as I put it 
back, the annoying dialog comes up.

Here is what I have inside wysiwyg instantiation.

 $(".rte").wysiwyg("addControl", "spellcheck", {
        groupIndex: 11,
        icon: '/scripts/images/spellcheck.png',
        tooltip: 'Spell Check',
        exec: function() {
            $(this.editorDoc.body).spellchecker({
                     wordlist: { 
                       action: "after", element: $(this.editor)}
            }).spellchecker("check");
        }
    });



What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

I am using your spell check plugin in asp.net website, therefore, instead of 
php page, I have ashx page that handles the spell checking from google. I 
verified the google link, it goes to https site. So all look good there. 

I repeat all the functionality works, the only issue I have is that annoying 
dialog.

Thanks for looking into it.
Have a good day.

Original issue reported on code.google.com by soven...@gmail.com on 4 Mar 2011 at 6:34

@GoogleCodeExporter
Copy link
Author

Never mind. This is actually issue with wysiwyg plugin, the way, custom 
controls are written. Since I just directly injected spell check plugin into 
wysiwyg source code and I don't get annoying box anymore. 

I will bring this upto them.

Thank you and sorry if I wasted any of your time.

Awesome plugin, I must say. Kudos to you guys.

Original comment by soven...@gmail.com on 4 Mar 2011 at 7:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant