0

I am using widgEditor in my website. It is displaying in Chrome, but not in IE 11.

<div class="task-desc">
    <label class="hdr" for="details">Details</label>
    <form id="widgeForm" action="javascript:void(0)">
        <fieldset>                        
            <textarea id="noise" name="noise" class="widgEditor nothing">{{details}}</textarea>
        </fieldset>
        <fieldset class="submit" hidden>
            <input id="widgeSubmit" type="submit" value="Check"/>
        </fieldset>
    </form>                
</div>

Now it looks like below, but the toolbar images are not displayed. All the toolbar buttons are working, but images of the toolbar are not displaying. How can I fix this?

enter image description here

Paul Roub
  • 36,322
  • 27
  • 84
  • 93
Mohit
  • 335
  • 3
  • 10
  • 19
  • 1
    Make sure I.E is not in compability mode IE<11. Open console and take a look at Emulation tab. – Alexis Oct 13 '16 at 13:06
  • But how can I make the Emulation tab default mode to 10 .Now it display the toolbar but images are not displaying. – Mohit Oct 13 '16 at 13:43
  • You can force IE11 by adding a `` at the first line of your ``. See here http://stackoverflow.com/questions/18588769/forcing-ie-11-to-behave-as-ie-10 – Alexis Oct 13 '16 at 13:47
  • Hi Alexis,Here is first line of head tag ,But widgeditor is not displaying.When I go to Emulation tab and select 10,then It is displaying.I want it to be display by code not by Emulation tab. – Mohit Oct 13 '16 at 14:02
  • use IE 11 `` – Alexis Oct 13 '16 at 14:03
  • Hi Alexis,I have made changes in head section meta tag but toolbar is not displaying. – Mohit Oct 13 '16 at 14:12
  • There's no error in console ? It's not just due to compability mode then. – Alexis Oct 13 '16 at 14:13
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/125610/discussion-between-mohit-and-alexis). – Mohit Oct 13 '16 at 14:14

0 Answers0