close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

html editor

Thread begun 7/02/2019 1:44 am by Jamie | Last modified 7/12/2019 10:20 am by Ray Borduin | 1091 views | 7 replies |

Jamie

html editor

Hey Ray

Have just found an issue with the html editor when trying to update or insert a page and the validation fails. If you have added contemt to it, on fail it adds that content plus the tags <p></p> from this http://prntscr.com/o9fhfj to this http://prntscr.com/o9fhqg

It doesnt happen on insert or updates that dont fail

Cheers

Jamie

Sign in to reply to this post

Ray BorduinWebAssist

I think this is something you can control in the html editor settings. Please send your site definition file. I'm on vacation with my laptop, so I can't access your site, but I'll take a look once I have FTP access.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

see PM

and no rush on my part mate...enjoy your holiday :)

Sign in to reply to this post

Ray BorduinWebAssist

So the issue is with the setting in your file: webassist/ckeditor/config.js

You have:
config.enterMode = CKEDITOR.ENTER_P;

You can see the options for that setting here:
https://ckeditor.com/docs/ckeditor4/latest/features/enterkey.html

If you use:
config.enterMode = CKEDITOR.ENTER_BR;

Then it will not add an empty P tag, but they don't recommend it since technically all content needs a tag in order to be styled. (you can't add a class or style attribute if you don't have a wrapping tag).

I've also read that you can add the tags:
config.fillEmptyBlocks = false;
config.autoParagraph = false;
config.ignoreEmptyParagraph = true;

Those may also work to address the issue... you would have to play with it to see which one(s) work.

A final option is that you could account for empty P tags on the top of the page in the php code like:

php:
if (isset($_POST["FieldName"]) && $_POST["FieldName"]=="<p></p>") $_POST["FieldName"]="";
Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

Hey Ray

Am not sure I understand as the issue isnt with empty <p> tags - on validation fail, existing text gets wrapped in a <p> tag in the html window (not in the 'source' window)

This has only recently started happening

Sign in to reply to this post

Ray BorduinWebAssist

If you have enter mode set to P, then it always wraps all text in a P tag. We default the config file to use BR instead for this reason. That will fix your problem.

config.autoParagraph = false;

may also address this issue if you don't want to change the enter mode.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

Hey Ray

Thing is I can show you previous installations (using the same ckeditor code/files) that dont do this at all on validation. It leaves the text unchanged whilst still highlighting the element that failed validation (heres a screenshot of one http://prntscr.com/oe1r1m

Sign in to reply to this post

Ray BorduinWebAssist

I'll have to debug these in a screen sharing session to compare and figure out what the difference is. It has to be different files or config settings somehow.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...