ckEditor 4.1 - How do I remove inline tooltip - ckeditor

The behavior of the tooltip in the inline editor is so annoying while typing or moving cursor around. : How do I remove it or change the its behavior?
I want to show the image but have not enough reputation. :) http://ckeditor.com/forums/CKEditor/How-do-I-remove-the-inline-editor-tooltip

This issue will be resolved in CKEditor 4.2. You can use proposed solution if you wish to have it immediately or just wait a couple of weeks for stable 4.2.

apparently the ckeditor team didn't think this was important or easily achievable:
http://dev.ckeditor.com/ticket/9896

Don't give up, i think if you find the right element within the CKEDITOR iframe, you could disable it using JQuery.
You could always give it a go:
How to disable tooltip in the browser with jQuery?
Besides that it's not more than a title attribute to the editor.

Related

Alt-click select word behaviour differs to native textarea

I'm using a pretty bog-standard installation of CKEditor 5, and have noticed that alt-clicking on a Mac is acting differently in ckeditor to a basic textarea.
Textarea:
Right click a word, and it will be selected - 100% of the time.
CKEditor:
Right click a word - it seems a little unpredictable - the only way I can make it work every time is if I place the cursor within the word everytime.
This issue was raised as a user pointed out that the browser spellcheck only works on the second attempt, so not ideal.
I created a video showing the behaviour on the ckeditor examples website - with a textarea just thrown in using devtools - https://www.youtube.com/watch?v=k0pDCdbNZpc
Has anyone come across this before and found a solution at all? Thanks!
edit: confirmed as an issue on GitHub https://github.com/ckeditor/ckeditor5/issues/11898

Joomla articles and modules not showing on small screens

I'm really quite new to Joomla and I've encountered a problem. On my homepage the article is showing just fine, but all the other modules (except for the menu bar) disappear when I switch to a smaller screen size. On my other pages the article doesn't even show anymore, just the menu bar. I'm using the purity III template. I have no idea what's going on since the settings in the layout of the template indicate that all modules that are showing on a desktop should also be displayed on a mobile device, and I've found no difference in settings in the articles itself. My site.
Thanks for your help!
It sounds like the responsive design hides them on purpose.
Just from a quick peek at your code using inspect element I can see that the class "slideshow hidden-xs" gets a display:none on smaller screen sizes and all of your main content is wrapped in that element. If all of your content is not supposed to be wrapped in that element (which I'm guessing it's not) you're most likely missing a closing tag on a div or something.
Find the missing closing tag (ie: /div, /a, etc) and it will probably solve your problem.
You can update the latest version of Joomla and check again that some problem is coming or not. I yes then download new theme for your website which is compatible with your theme.

dragging ckeditor toolbar in inline editing

As CKEditor documentation is really poor, I couldn't find an answer to this question anywhere.
Is it possible to configure CKeditor so that toolbar would be draggable in inline editing mode?
I'd like to be able to move it around.
If so, how is it possible to set that?
Thanks!
There's no such option available by default. However, you can achieve that by placing toolbar in your own container and adding a drag&drop handler to it, for example using some jQuery UI feature.
To be able to move toolbar to your own container you need to use the sharedspace plugin (build CKEditor package with it) and set the config.sharedSpaces option as is described in the so poor documentation.

Magento inline translation not working, red dots are there but no book icon to change

i have a problem with magento and the inline translation.
If I turn on the inline translation I see the red dotted box around the text but there is no option anymore to click on the book icon and then do the translation.
Anybody had this before?
This is the link where you can see the issue
link
I have experienced identical issues. To fix it, I copied the js dir from the 1.7.0.2 install pack, and it now works.
That said, I'm not sure if this will inadvertently bring up any other issues.
Sometimes the problem come from z-index value, i found a css config of my theme which overlaps the book icon with another div with a z-index value higher than the inline translation.

Alternative to qTip (jQuery Tooltip Plugin)

Can anyone recommend a good alternative to qTip, the jQuery tooltip plugin? I feel like it's slowing down my web app because its adding canvas elements and event listeners all over the place.
GitHub.com uses tipsy. I trust that they have chosen pretty carefully, so that's what I would go for.
The Bootstrap tooltips are "inspired" by Tipsy as well.
jQuery Simpletip.
Take a look at jQueryTOOLS Tooltip
Here are 49 alternatives.
http://www.smashingapps.com/2011/12/05/50-awesomely-useful-yet-free-jquery-tooltip-plugins.html
Yeah I had problems with qTip also.
I ended up making my own. This seems to be happening more often. I just can't find what I want and end up making what I need.
https://github.com/donnyv/next-msg
Plus it has themes
don't forget about the Jquery UI tooltip
And Tooltip Demo
I fount https://github.com/iamceege/tooltipster with almost all essential functions of qTip.
The qTip js file is 64kb while this is 17kb. Which was important in our project.

Resources