This is a migrated thread and some comments may be shown as answers.

Image Resizing Inside an Editor

6 Answers 694 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jackie
Top achievements
Rank 1
Jackie asked on 31 Jul 2017, 05:20 PM

I currently have a editor set up with an image browser. Looking at this demo, it appears that a user should be able to select an image that has been inserted into the editor, and resize it by grabbing the corners.

In my editor, however, inserted images are not showing up as selectable or resizeable. I can't seem to find any settings that can enable this functionality. Am I missing something? What can I do to enable image resizing? 

<div class="form-horizontal">
    @Html.ValidationSummary(true, "", new { @class = "text-danger" })
 
            @(Html.Kendo().Editor()
              .Name("FullStory")
              .HtmlAttributes(new { style = "height:440px" })
              .Resizable(resizable => resizable.Content(true).Toolbar(true))
              .ImageBrowser(imageBrowser => imageBrowser
                  .Image("~/UploadedPhotos/{0}")
                  .Read("ImageBrowser_Read", "Home", new { storyID = "#=StoryID#" })
                  .Create("ImageBrowser_Create", "Home")
                  .Destroy("ImageBrowser_Destroy", "Home")
                  .Upload("ImageBrowser_Upload", "Home", new { storyID = "#=StoryID#" })
                  .Thumbnail("ImageBrowser_Thumbnail", "Home")
              )
              .Tools(tools => tools
                  .ViewHtml()
                  .FontName()
                  .FontSize()
                  .FontColor()
              )
              .Value(@<text>
            </text>)
            )
            @Html.ValidationMessageFor(model => model.FullStory, "", new { @class = "text-danger" })
        </div>
    </div>
</div>

6 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 02 Aug 2017, 12:16 PM
Hello Jackie,

I have locally tested the demonstrated implementation and the images are able to be resized. Please specify the browser with which you are testing the behavior, because this feature is not available in Chrome browser. This is a limitation of the browser and such feature request is logged in our public portal below:

http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/10860429-images-resizable-inside-editor-widget

Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jackie
Top achievements
Rank 1
answered on 02 Aug 2017, 03:39 PM

Hi Nencho,

I've tried it on Firefox, Firefox Developer Edition, and IE. It looks like it is working on IE, but not on any of the others. Would you expect this feature to work on Firefox as well?

0
Nencho
Telerik team
answered on 04 Aug 2017, 11:54 AM
Hello Jackie,

Yes, I can confirm that it is properly working in Firefox. Please make sure that there are not javascript errors in your browser console. If the issue still persist, though, I would like to ask you to submit a support ticket, along with a runnable sample attached. Hence, we would replicate the inability to resize the image in Firefox.

Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Hannah
Top achievements
Rank 2
answered on 16 May 2019, 11:16 PM
I need image resizing to work in Chrome. Any updates? This is basic functionality and my users can't believe it is not available to them.
0
Ivan Danchev
Telerik team
answered on 20 May 2019, 10:56 AM
Hello Hannah,

Indeed, this is a useful functionality to have. I have requested more information on the status of this feature request and will get back to you as soon as I have it.

Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Ivan Danchev
Telerik team
answered on 30 May 2019, 06:06 AM
Hello,

I've discussed this feature with the team and while we do not have immediate plans on implementing it in the next release, we raised its priority and will consider including it in the releases that follow.

Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Editor
Asked by
Jackie
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Jackie
Top achievements
Rank 1
Hannah
Top achievements
Rank 2
Ivan Danchev
Telerik team
Share this question
or