Failed to load content css: //www.tinymce.com/css/codepen.min.css - tinymce

I have suddenly started getting this error. I use this an open source application. Have this problem in both Chrome & Edge.
Failed to load content css: //www.tinymce.com/css/codepen.min.css
Once I remove this window, I can use the editor normally.
I gather that this file is on the cloud.
Can anyone help to remove this bug.
Thanks in advance
Natraj

use this https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js
and this for css: https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css
good luck

Related

Debugger icon for vscode

I been seeing this debug icon ever since I started using VSCode and I can't seem to find it. Can anyone help me find an answer? I checked tags that had product icons in them, but no luck. I thought the icon looked good! Thanks!
enter image description here
Make sure you properly configured the launch.json file then launch the debug: (F5) or Run->Start debugging.

Getting rid of underline (link)

How do I get rid of this underline? When I hover over it, it thinks it's a link and that I can cmd + click it to open it in browser. However, it's obstructing the view of actual underlines.
I'm specifically using Go's templating engine and vscode's basic HTML syntax because it's not supported.
I think I found a solution for your problem.
Add this code to your User Settings;
"editor.links": false
If you want to keep links clickable and just get rid of the underlines, I found a way:
open resources\app\out\vs\workbench\workbench.desktop.main.css
search for .monaco-editor .detected-link, and delete it.
Reopen VSCode, it will show some warning. Allow it and it's done.
After every update, you'll need to edit this file again.

Could not open the editor: Editor could not be initialized. NoClassDefFoundError

I can import the Play2 project in eclipse, and work on scala files, but the problem is I can't open view files likes 'index.scala.html'. When I try to open the file I get following error.
Could not open the editor: Editor could not be initialized.
java.lang.NoClassDefFoundError: scala/util/parsing/input/Positional
at org.scalaide.play2.templateeditor.lexical.TemplatePartitionTokeniser.getScalaCommentAndPlainRegions(TemplatePartitionTokeniser.scala:28)
at org.scalaide.play2.templateeditor.lexical.TemplatePartitionTokeniser.tokenise(TemplatePartitionTokeniser.scala:66)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateTextRegionsComputer.tokens$lzycompute(TemplateRegionParser.scala:98)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateTextRegionsComputer.tokens(TemplateRegionParser.scala:96)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateTextRegionsComputer.<init>(TemplateRegionParser.scala:128)
at org.scalaide.play2.templateeditor.sse.lexical.TemplateRegionParser.reset(TemplateRegionParser.scala:84)
................
But there is no problem opening other files. I don't know what's wrong.
btw, I used typesafe-activator to create play project.
I will appreciate any suggestions, solutions or workarounds to make it work.
Thank you.
1.Clean your project and build once
2.Just go to tab menu select newwindow from tab window
i were solved with first two steps thanks
still you facing the problem please restart it.

Error-timeout after 30000ms in Selenium IDE

I want to open a pop up (panel) using ADD button but I am getting time out even with setting- settimeout-30000/600000/1200000 and also using waitforpagetoload function with the same time as I mentioned for settimeout.
Anyone help ?
Change configuration in Selenium IDE. Click on menu, Options->options->In general Tab give 60,000 or above in Default Timeout Textbox.
As you said waitforpagetoload is not working for you.
Try using pause command, that might help you.
I think the problem you are having is that the script doesn't recognize the popup and also the ide get stuck. if that is the case,
This happened to me several times. This is happening because a popup can't be located by the script. You have to use a locate the frame of the popup and get it's id.
try using:- WebElement frame = driver.findElement(By.tagName("iframe"));
(iframe should be the id of the frame you take from the ide)
hope this would help.
Slow down the speed of your test to run. Probably Selenium doesn't have enough time to catch the element

Chrome Developer Tools Error

I have a problem when using Chrome Developer tools that happens on occasions and prevents me from using it. I have added screenshot showing that when I open the tools, I get a jQuery error that stops me from loading the page, or will load the page but will prevent me from doing anything with the tool.
Please take a look and let me know what I need to disable, delete, anything to stop this problem. Thank you.
Link to screenshot: https://skitch.com/e-pertrai1/eqjfw/semsdesign.me-2012-08-23-how-to-install-make
please press the blue button at the bottom of the devtools window.
It is changing break on exception mode.
In your case it needs to be black.