Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9199111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:27:14+00:00 2026-06-17T22:27:14+00:00

Normally when text within TinyMCE (or any other editor) is clicked, then the caret

  • 0

Normally when text within TinyMCE (or any other editor) is clicked, then the caret is placed there and/or a text selection is begun.

I don’t want anything like that to happen. I want that when the editable textarea is clicked, then nothing should happen. How can I do this?

In my set up function I have this code, following up from a previous question, which ensures that all text in an instance is selected as soon as TinyMCE is turned on:

    ed.onInit.add(function(ed, evt) {
      var range = ed.selection.dom.createRng();
      range.setStartBefore(ed.getBody().firstChild);
      range.setEndAfter(ed.getBody().lastChild);
      ed.selection.setRng(range);
            });

Now that all text is selected, I don’t want the user to have the ability to deselect it or select any other range in the text. So I want the user’s clicks to do nothing. I tried to add this in the same setup function:

ed.onClick.add(function(ed, evt) {
  console.debug('Editor was clicked: ' + evt.target.nodeName);
  evt.preventDefault();
  evt.stopPropagation();            
        }); 

but while the console message showed up, the click still de-selected the range of text that was already selected. How can I make sure that clicks do nothing? Or at least that they don’t affect the already-selected range of text?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:27:15+00:00Added an answer on June 17, 2026 at 10:27 pm

    Try negating the mousedown event instead of the click event, which is triggered afterwards.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I don't know what I did, but I'm not able to select text normally
I have a URLLoader which normally requesting the data to be in Text format,
Normally, you don't actually edit a file in vim. If you run vim foo
Normally when I want to change the connection for a Query Editor Window in
Normally we use window.location.href=/index.php?querystring; in javascript. Is there a way to send the querystring
Is it possible to have a contiguous link, where the text is normally underlined
Normally a left-orientated JLabel shortens text at the right by adding periods, e.g. Hello
Normally we bind a textbox's Text property to a data-context's properties. The data-context can
I am reading in a flat text file, normally the first few lines are
I want to find a text within the string and replace it but it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.