I'm finding in any text areas the "enter key" is not working and does not create a new paragraph when I use it. This is for text areas which have a text editor enabled. I have tried it with tinymce and CKeditor and they both do the same thing. The strange thing is, when I don't have any buttons enabled, it works fine.
Can anyone help?
Ben
Have you tried Shift+Enter? I have found that to work before.
Have you checked your input filter? There should be an option in the backend regarding how it treats line breaks. Maybe this is your issue?
Related
I've been having this issue for a couple of months now. It's been a thorn on my side.
If you go to mcgrathrealtyinc.com, you will notice that you won't be able to select or highlight any text and the text fields on the forms do not work.
I've already done the plugin compatibility test and changed themes, but I'm still having the same problem.
Can anyone help me please?
Thank you
I visited your site and inspected the event listeners and saw a file wprmenu.js using the mouseup eventlistener.
Blocking this file in the browser fixes the issue, the path of the file reveals the plugin name wp-responsive-menu
http://mcgrathrealtyinc.com/2017/wp-content/plugins/wp-responsive-menu/js/wprmenu.js?ver=1.0
I suggest replacing the plugin or contacting the support page here and asking if some can see what the exact problem is.
I am writing an application, the use case is admin can enter some text in text area, the same will be displayed to the logged in user.
Here my problem is, if admin copies some code from some editor like eclipse/ intelliJ IDE, the code and style also should get copied to the text box.
So that user would be able to see it in proper format/style.
Is there any way to achieve this?
Thanks and Best Regards,
Kishna
Unfortunately that is not possible.
The textarea is not designed for that purpose.
Read here for further information.
Maybe someone could help out a react-sketchapp beginner here.
Working off of the great examples Symbols and Styleguide code base, I've been able to start my own styleguide to use at work.
My question is, how do I get the text, once rendered in Sketch, to have the Alignment as Auto and not Fixed? I want it rendered out of the code that way and not have to do that in Sketch every time I drop a symbol on the artboard.
Also, is there a way to code a button that would basically perform the same as say the "Dynamic Button" plugin you can install?
Thanks in advance. You guys are brilliant for developing this app and giving it to us!!!
I am not using the AjaxControlToolkit's HtmlEditor because it do not have a direct button to insert images, that is why I searched for another editor and I finally found the Winthusiasm editor.
Everything seems to work fine, but it really doesn't. Let's see that step by step. In the example I am demonstrating the use of a subscript, but the behavior is the same for any improvement of the text (bold, italic, ...):
1 - I use the HtmlEditor to insert enhanced text into the database. I have developed a page that works as ControlPanel and this page shows the existing items stored in the database as a ListView:
2 - If I click on "edit" button I can edit the content by the HtmlEditor:
3 - So far so good. The issue occurs on the end-user page, the page in which the content is going to be showed for all the regular users of the page:
I researched on the generated source code in this last page but I can not find any br declared. Everything seems ok in the code, so I am completely lost. I tried to enter the text in an ASP:Literal and an ASP:Label, but the result is the same.
Any ideas? Thanks a lot.
Solved. I figured out it was just a CSS issue because although Chrome shows the text in a wrong way, Internet Explorer was rendering it fine, so it could not be a code issue.
Strange problem. Text fields in my flex simply do not work under Mac. Inputted characters do not appear within it. I do not have any specific font set (just _serif), so I don't thing it's font issue.
In what direction should I dig? Have anyone similar experience?
Try creating a completely new project with no formatting of any kind. Create a single text field and see if that shows up.
You may want to consider removing the _serif css to see if that has any effect.
See Soliant's blog for other helpful flex examples