I've asked the same question on tinymce github too and seems like no one cares. Does anyone have any idea why the first whitespace we enter to the editor is not recognized by the tinymce editor? I'm self hosting tinymce 6.8.2 in my react project. When I try to console the html text of the editor, it doesn't show the first whitespace. But when I add two whitespaces it shows two  's, It works well with every other characters, but it doesn't work with first whitespace. I'll provide the code sandbox link where I tested if this issue is common or not, I've consoled the html in it, Can anyone help? Thank you in advance. Code Sandbox : https://codesandbox.io/p/sandbox/tinymce-react-demo-forked-t38l25?file=%2Fsrc%2FDocumentEditor.jsx
First whitespace doesn't trigger the onEditorChange function in react JS TinyMCE version 6.8.2
13 Views Asked by Sreekuttan At
0
There are 0 best solutions below
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in REACTJS
- ussd reader in Recket Native module
- Teams tab application returns SSO error in mobile Outlook
- Github Pages Deployment deploys a blank page
- Is there any way to glow this bulb image like a real light bulb
- Optimize LCP ReactJs
- Page in React only renders elements after refreshing
- Unable to Post Form Data to MongoDB because of picturepath
- MERN Stack App - User Avatar Upload - 500 Error After Deployment on Render
- Hooks are not supported inside an async component error in nextjs project using useQuery
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- On the server side, it returns undefined but on the client side, logs the values no problem
- Multilevel dropdown with checkboxes in Select component
- TypeScript Error only on big type only when assigned to a variable
- Deployment through app engine, cloud sql database, problem connecting with server code, doesn't connect
- Data is not filtering in props. Showing passdata.map is not a function
Related Questions in TINYMCE
- How to re-select the same text after modifying it in TinyMCE React
- where the images uploaded in tinymce are stored?
- First whitespace doesn't trigger the onEditorChange function in react JS TinyMCE version 6.8.2
- TinyMCE custom toolbar button to set CSS property of selected text
- Any suggestion to replace deprecated tinymce.create() api?
- TinyMCE removes assigned id='name' attribute of input
- Troubleshooting TinyMCE data retention issue
- How to initialize TinyMCE with Javascript ? [ACF]
- How to add custom color toolbar button in tinymce editor
- ToggleToolbarDrawer persist visible even when I close or switch tab and closing of bootstrap modal
- How do I get all the nodes from a TinyMCE selection
- inline tinymce editor does not trigger input event
- TinyMCE: How to enable self-closing tags? (custom tags)
- Calculating width and height attributes with the image plugin (tinymce)
- PIMCORE: How to globally configure TinyMCE (WYSIWYG) for data object? (Version 11.1.4)
Related Questions in WHITESPACE
- How do I wrap text in a pre tag for Internet explorer?
- Perl and Regex - single line mode matching
- How to enter an escape sequence when using ProcessBuilder to open Windows file explorer and highlight the file?
- Removing space in dataframe python
- disable whitespace checks for C++ files in vim syntastic
- Whitespaces in a TextView
- Javascript - Remove space- not breaks
- Unwanted Space Between <header> and <nav>
- How to find out what's adding whitespace on a web page?
- Can't call system with white space in parameter
- Remove space from a filename
- Regex in xCode: any number of any whitespace characters including "end of line"?
- White spaces getting removed on generating csv files from HTML dropdown list
- Beyond Compare 3.3.10 ignores checkboxes for 'leading whitespace" and "embedded whitespace"
- Preserving Tab-Space with XSL-FO
Related Questions in TINYMCE-6
- where the images uploaded in tinymce are stored?
- First whitespace doesn't trigger the onEditorChange function in react JS TinyMCE version 6.8.2
- How to add custom color toolbar button in tinymce editor
- ToggleToolbarDrawer persist visible even when I close or switch tab and closing of bootstrap modal
- Calculating width and height attributes with the image plugin (tinymce)
- TinyMCE: custom Class missing in HTML Code
- Persistent opening of Insert/edit image dialog box
- Problem resolving paths with vite and tinymce
- Toolbar dropdown menu is not closing on click of toolbar button or clicked outside of tinymce editor
- How do I show valid error message from Rails response
- TinyMCE - onSetContent documentation
- Add custom tinymce initial configuration option
- How to disable TinyMCE automatic text replacement in version 6
- Multiple TinyMCE 6 editors go blank after calling preventDefault() on submit event
- Make TinyMCE 6 work after duplicating dom elements
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?