November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
I guess that you don't use EPiServer's default editor for XhtmlString (TinyMCE) !?
Please give more information (some screenshots, console log, mock code ...)
Thanks
Ha Bui
I am using the default editor with the default settings for TinyMCE. Here is the code to add it to the pagetype.
[Display(
Name = "Bild eller video (380x230)",
Description = "Html-yta som är avsedd för bild eller film i sidhuvud",
GroupName = SystemTabNames.Content,
Order = 3)]
public virtual XhtmlString MediaSelector { get; set; }
I noticed that it works in chrome (Version 31.0.1650.57) but not in firefox (25.0.1, and I have tried older). I have recorded two videos with jing to show what happens, but I can't attach them here, so can I send them to you in some way?
Do you have any console error log? You can contact with me via email: Ha.Bui@episerver.com
/Ha Bui
Now I have sent you a mail with a link to a zipfile in dropbox. It has two files in it, one showing Chrome and one showing FireFox, both with console open.
It seams like in FireFox the trigger that indicates to EPiServer that something has changed in the field is not triggered in FireFox.
Hi,
This is bug on CMS 7!
http://tfs01vm:8080/tfs/web/wi.aspx?pcguid=abe04924-a11e-4090-aea0-9530e90c0aea&id=109076 (still in Triage state ;))
[Updated] Public link: http://world.episerver.com/Support/Bug-list-beta/bug/109076/
But DnD image is OK.
Thanks
Ha Bui
Ofcouse, this is internal link to bug list. I'll update when it's in public bug list!
Root cause of this bug is TinyMCEEditor is blured when user insert image from dialog (Insert / Edit image) before _onChange event is raised.
So _EditorWrapperBase consider the editor is not editing and not save any data change!
BR
Ha Bui
Yes! I reported in: Public link: http://world.episerver.com/Support/Bug-list-beta/bug/109076/
We are having problem with a xhtml-property that we are using to present images and videos. The problem is that if we add a image and no text it looks good but the images are not saved. The property is a regular xhtml but the rendering on the page are using a custom displaytemplate
One strange thing is that the displaytemplate are not showin in onpageedit-mode, maby it can have something to do with that?