I'm using nicEdit with the "link" button. And I have different problems with Chrome and Firefox when: I don't select any text and introduce a link and a title, then click Submit Query.
In Chrome, a link with the correct URL appears but with the content "javascript:nicTemp();" (ie, that's the html between the tags).
In Firefox the results is different: nothing happens.
Does anyone have a clue of how to fix/change this behavior?
If you download the nicEdit source you'll be able to see the executed code in src/nicLink/nicLink.js
There are forks on GitHub that have this fixed, e.g.: https://github.com/danishkhan/NicEdit
I experimented the same problem with nicedit (Version 0.9 r23 released January 4th, 2009. )
when using FF6.0
Finally, when pressing link button with a selected text AND do'nt filing the link text, it works.
Related
You can reproduce the issue here (using the latest Edge browser version 91.0.864.59):
https://stackblitz.com/edit/angular-ivy-zbvzap?file=src/app/app.component.html
Click on the print button.
Close the print dialog.
Click on the print button again (the print dialog doesn't open most of the time, sometimes it strangely works). Try in a new tab if not reproducible first try.
Does anyone have a workaround for this?
Update:
It can also be reproduced with a plain HTML page (hosted):
https://stackblitz.com/edit/web-platform-madbq2?file=index.html
After a simple test, I found that it does have such a problem in the version you mentioned of MS Edge.
But after testing in Edge Canary, the problem no longer exists. This shows that the problem has been resolved in a future version, so I don’t think you need to worry about this.
The current project I am working on builds a page's javascript code based on some conditions. All the code works but when I go to the Developer Tools to see it, it is not showing. Or more like it is truncated and 3 dots added at the end.
It seems to be a change with the recent update. It is extremely annoying to not be able to see everything. Does anyone know how to make it show everything? If it helps, I'm working on a mac. Thanks.
Chrome Version 42.0.2311.152 (64-bit)
If you right click on the <script> tag and select "Edit as HTML", you'll be able to access the whole script, without the hyphenation.
I got a custom button that when I click it with the editor opened, it does the following:
tinymce.execCommand(command, false, action)
command is for example "mceToogleFormat", and action can be for example "bold" to toggle a text node from normal to bold.
Weird thing is, if I press that button, it doesn't apply the bold format, and the caret goes to the beginning of the text.
Now if I run the same line of execCommand in the console, it runs perfectly... i'm really intrigued on why this isn't running during runtime with the custom button, but it's working when i write it in the console.
I upgraded the tinymce to the last version 4.1.7.
I was using 4.0.26 and the code works perfectly with it.
After debugging tinymce code and my code, i saw that the range is somehow lost when i click on my custom button.
Is there any way to solve this? Is it a focus problem? I thought about that, but... shouldn't I be losing the focus when i click in the console too? and nevertheless, that works? I can't understand this anymore, I really appreciate any help given.
(Firefox and IE 11 works as intended, only Chrome is having issues)
We used "Sign in with LinkedIn" for my client's website. This has worked well. But now the button does not show on Internet Explorer (I am using IE9). But the button appears on Chrome?
We are using Umbraco as the CMS but I am not sure this has anything to do with the problem.
When I 'View Source' in IE, I can see all the javascript but the button is just not displaying.
I am going bonkers... all ideas would be welcome.
LinkedIn no longer supports IE9 as stated in their official support list:
https://help.linkedin.com/app/answers/detail/a_id/4135/~/supported-internet-browsers
At the very least refactor your code for newer versions of IE. Paste your snippet or URL and we can see what may be remedied.
I'm trying to make a jquery tooltip that appears when a user mouses over a link. In my case the link is using display:block style so that it covers a large area. It works perfectly in Chrome and Firefox but in Internet Explorer it doesn't work at all. The tooltip doesn't show, the browsers own tooltip shows etc... IE!!!!
http://pastebin.com/1kBaMujV
Any ideas? Got to love internet explorer...
Ok well i took your advice and went for a pre existing one using jQueryTools from flowplayer. This is the result:
http://pastebin.com/gxSQx64B
Works great in chrome, firefox and internet explorer. I guess it is best to use one that is mature. The only thing that still annoys me is in firefox if you click on the link then click the browser back button, the tooltip is statically displayed over the link area until you move the mouse back over the link area. This doesn't happen with the other browsers.
Which version of IE you are using? In IE 8 it is fine.