Problems with Opera and TinyMCE - tinymce

I have been having some general problems with TinyMCE inside Opera. Some of these include:
the save button produces an error
when submitting to a popup with an entire form, including TinyMCE, nothing gets posted to the popup (when TinyMCE is removed it works fine)
Has anyone else experienced these errors and/or does anyone have a solution to make TinyMCE more compatible with Opera?

TinyMCE is not the only rich text editor for web. You could even try a what you mean editor or some Flash based solution.

I recommend CKEditor, it works like a charm on Opera and is also very configurable and powerful. I also had some issues with TinyMCE using the latest Opera to date (v12.15).

It depends on the version of Opera Mini you are using. The supported version is  v.50 and above. The Opera Mini version 52.3.21517  and above are the supported version for TinyMCE. You can get the version 50 of  opera mini mobile browser here https://press.opera.com/2019/02/19/opera-for-android-hits-version-50/

Related

CSS removed when I change something in Chrome dev tool

I created one simple nuxt project. Every time when I try to change something in chrome dev tools (for example check and uncheck some css), other css styles will be removed.
Does anybody know why this happens?
The problem happens only in chrome and opera. In Firefox it doesn't happen.

Not able to use TinyMCE 4.7.9 in IE11

I am using TinyMCE 4.7.9 and it runs perfectly in Chrome and Firefox. But in IE 11 (Version 11.0.9600) there is an error in the console.
TinyMCE does not support the browser you are using. For a list of supported browsers please see: https://www.tinymce.com/docs/get-started/system-requirements
In the system-requirements from TinyMCE the IE 11 seems to be supported.
Anyone with the same Problem or a solution?
Are you emulating an older IE release? If you have IE11 set to emulate an older release you will see this message.
You may have compatibility mode enabled. This could make TinyMCE think that you're using an older version of IE.

Rich Text editor for both desktop and mobile browsers

I need a rich text editor which works in both desktop and mobile browsers.
For example I am using CLEdior which works fine in desktop browsers but not safari or chrome in iOS and android.
Thanks in advance.
Check out this question Best wysiwig editor
I have used tinyMce. All the editors have had problems but all should work in the newer android/ios browsers as seen here.

Safari Unicode issue with web font "Entypo"

I'm using a pictograph web font called Entypo made by Daniel Bruce for a project, which does not work properly in Safari 5 for Windows. Yet the font works fine for Chrome, Firefox, Internet Explorer, and Opera.
Here's the character map. Open the link in Safari and you'll see missing pictographs. It seems like the unicode codes with 5 characters or more are throwing off Safari. Any idea why?
check this out.
http://www.open-logix.com/webtech/use-custom-webfontspictograms-in-5-steps/
I did some test with lots of browsers and even the different types of elements. Try testing it with span,div, and many other ones to see if there is a most compatible element tag.
There are issues on different browsers outside of safari as well, so don't be discouraged.
Take a look here: https://github.com/danielbruce/entypo/issues/14#issuecomment-19171286
I think this should "solve" your problem.

Browser dependent issue

I am using GWT-JAVA. The Login page displayed good in firefox.
But In IE It is too slow and also Fonts are too big.
In chrome it display only the background image. Nothing will be display.
Is it GWT a browser dependent? Otherwise Can i change any other options or anything else?
Thanks in advance.
GWT is intended to be browser independent, but there are limits. Are you following the advice in the "Cross-Browser Support" page?
Speed of old versions of IE will always be an issue for any browser-based UI toolkit that relies heavily on Javascript.