But if i select none ,its showing as hidden:inherited. please help me in resolving this issue.
A value of "none" is not supported and you will receive an error if you try to change it in XML. You can add JavaScript to change or remove the value in the DOM.
Related
I am trying to make a child theme for 'Moove' in moodle 3.6! But as soon as I update my database and click on theme selector button, I get an HTTP 500 error!
I follow the instruction from the blog below, but apparently, I am doing something wrong. Can sb help me please?
https://edwiser.org/blog/create-child-theme-moodle/
Error 500 usually means there is something wrong in your scripts/configuration.
First thing to do would be to enable debugging messages to see what exactly is wrong.
Here you can find how to enable debug output to get more detailed error messages: https://docs.moodle.org/36/en/Debugging#In_config.php
I am trying to setup simple "load and save integration" with trackchanges in ckeditor5. I am getting the above error when I load the suggestion added in the editor.
As per documentation https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-integration.html#loading-the-data
I dont want to add any adapter for load and save integration but I am not sure why I am getting this error.
I was having suggestion in the texteditor content but json structure which I was passing inside the adapter does not have suggestions which was causing the issue.(data passing and retrieval issue)
I want to configurer a product on admin Magento 2.3.0 and an error comes up.
"error: error in [unknown object].fireEvent(): event name: tinymceChange error message: Cannot read property 'createRng' of undefined".
What can i do ?. Thanks in advance.
One of the possible cause of this issue, Sometimes when you create a piece of content and then save and reload it from the database you will see some random characters like  or ? are added to your content. When you see unusual characters like these in your content this is likely a character encoding issue.
One of the Possible solution which I know
Go to path: lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
Comment out this line: content = decodeURIComponent(content);
I hope this will help, not sure whether it works for you or not but you should try this
I'm experiencing an issue with Kendo UI and it's KendoUpload jquery plugin that seems to be server specific. I have multiple instances of Sitefinity throwing the same error, but I can't seem to determine what the root cause of the error is. On the kendo upload success callback, I get an error that the response is undefined. Sure enough, as I track down the caller of this function - I get an empty array of files and it seems like this code is losing track of the file upload.
function _kendoUploadSuccess(e) {
if (!e.response[0].UploadResult) {
alert(e.response[0].ErrorMessage);
if (that._usedByMediaContentUploader) {
that._fileRemovedHandler();
}
Like I said, I think this is a configuration issue somewhere - but I can't seem to figure out what's causing it. Has anyone experienced an error like this or know how to address it?
Thanks
Shot in the dark because I don't know what your HTML looks like, but is your <form> tag equipped with the enctype="multipart/form-data" attribute? If that's not present then the form data will submit but no files will be sent. It could be the cause of you receiving "undefined" in your handler.
I've seen such error when I have a Related Documents and Files field on a dynamic module AND also I had removed the Title field (and use another field as unique identifier).
In this case Kendo upload fails due to a js script error in one of the Sitefinity's js files.
Is this your case?
I am facing problem in crystal report with page header.page header should display only have records.if record ends Header should not display.For that i tried 'onrecordlast' in page header suppress formula.Its working if more records not only one record. Help me to solve this issue
http://scn.sap.com/thread/1651675 please refer this website.its working now.