tinymce edtor does not load, once dojo is loaded - dojo

I have downloaded the latest version of tinyMce and builded a sample html file with a text area and added the code for loading the tinyMce editor in text area and it worked fine.
I tried to load the tinyMce editor in a text area using the same code, in an application where dojo frame work is used( the dojo js will be initially loaded). The tinyMce editor is not getting loaded within this application. Can some one help me to dig this problem or any one of you had faced a similar issue? Any help will be much appreciated
thx Jijo John
amt.in

Related

Bootstrap tooltip not showing in ASP.Net MVC application

I've got a rather weird scenario going on here. I am trying to add tooltips to an existing ASP.Net MVC application in which I'm upgrading Bootstrap to 4.6.2. The upgrade was very smooth with no complications; I just want to replace the default display of titles with the nicer looking tooltips, but for some reason they're not appearing. I tried to simplify things by creating a new view to isolate the problem, and still no tooltip. I tried again with completely new solution, and wouldn't you know it, it works! So my question isn't "how do I create tooltips", but "how can I debug what's going on in the failing project?"
Here's what I've discovered so far. I believe you can see everything that's relevant in this screenshot of the nearly-empty view. All the included script files are there in the right order, my script is there, initializing the tooltip, and there are no messages in the console. When I hover over the link, a new <div> element is added to the DOM. In DevTools, I use the arrows to expand the tree, showing everything in the tooltip. The .fade:not(.show) CSS selector is the reason I don't see it. In the working solution, the show class is properly added to the tooltip's <div>.
So, could there be some setting in the existing application preventing the addition of the show class? Is something failing in the tooltip code,causing it to never add the show class without reporting errors? How should I continue debugging this? I tried stepping through the bootstap.js file, but being a JS noob, I'm getting a little lost. The screenshot is from Chrome, but I see the same behavior in Firefox.
This turned out to be one of those embarrassing oversights. My BundleConfig.cs file was still pointing to old Javascript files that were still hanging around after the upgrade. I should have seen it in the version numbers in the <script> tags.

Kendo Combobox icons are not loading

This is the content of the "Content" folder, as mentioned here in the official docs: https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling
Added the required CSS and JS file :
The Kendo Combo-box functionality is working fine(except the icons):
I have also followed these answers on stackoverflow:
Icons not showing in my KendoUI for JQuery Grid
Kendo UI Grid - Where to look for fonts and icons
In the network tab of chrome developer tools, I don't see the WebComponentsIcons file loaded:
Let me know what is the step that I am missing?
UPDATE:
I have added the missing fonts, textures, and Default folder in kendo folder, but still, the icons are not showing up:
any suggestions would be helpful.

SVG with images with dataURL href not rendered correctly in some engine

This SVG originated from HTML5 canvas. Which looks fine and I added images that are represented in dataurl form to avoid CORS issues.
However, when opened in chrome the image showed up fine
When opened in Adobe Illustrator, the image did not show up.
When opened with macOS preview app, the image did not show up.
I looked up SVG2 specifications for using dataURL in svg's <image> tag href attribute and they said its okay to use. So I don't understand what is causing this rendering discrepancy between different viewers.
File for reference
In short, what is the standard way to embed images into SVG.
Okay I found out it is because only Chrome supports the newer SVG2 standard href attribute on <image> element of SVG. So I just needed to replace the href with xlink:href
Even though xlink:href attribute is deprecated in SVG2. It seems the other softwares aforementioned in the question are not SVG2-compliant.

Owl Carousel not working in IE11

I have Owl Carousel 1.3.3 in OpenCart 2.3.0.2 (by default), and I can't get it to work on IE11.
In Chrome I see 3 layer of divs: owl-wrapper-outer, owl-wrapper and owl-item, which are not there in IE.
What should I change in owl-carousel.js to get it to work?
Site is: logisarok.hu
from my experience usually caused by merged js files , try to unmerge

Js Fiddle into dDreamweaver

my animation works in JS Fiddle, but when I put the code into Dreamweaver the picture will show up in the webpage but the animation will no longer work.
Maybe if anyone has a sample template for the Dreamweaver HTML i can place my .js file links into?