Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.256 -r1.284.2.257 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 15 Jul 2024 12:04:49 -0000 1.284.2.256 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Jul 2024 07:56:32 -0000 1.284.2.257 @@ -3524,13 +3524,13 @@ standard {} default {error "value '${:displayMode}' invalid: valid entries for displayMode are inplace, inline or standard (default)"} } + next # # Don't set HTML5 attribute "required", since this does not match # well with Richtext Editors (at least ckeditor4 has problems, # other probably as well). # set :booleanHTMLAttributes {readonly disabled formnovalidate} - next #ns_log notice "==== ${:name} EDITOR specified? [info exists :editor]" if {![info exists :editor]} {