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

Firefox focus issue still exists in FF68.4.1esr

4 Answers 77 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 2
Chris asked on 09 Jan 2020, 03:16 PM

Hi,

I thought I should let you know that the issue with Fire Fox and the Editor, where it is unable to get focus if not shown on the page initially is still present in Firefox 68.4.1esr. This is an asp.net core 3.1 app using UI for asp.net Core v2019.3.1023

The js refresh fix  as described here https://www.telerik.com/forums/editor-issues-with-firefox-17 fix still works.

For me, I have the Editor embedded in a Tab page and I am triggering the refresh within the onShow client event.

<div class="form-row">
       <div class="form-group col-md-12">
           <label class="control-label">Event Text</label>
 
           @(Html.Kendo().Editor()
                 .Name("editor")
                 .HtmlAttributes(new { style = "height:200px", required="required" })
                 .Tools(tools => tools
                     .Clear()
                     .Bold().Italic().Underline().Strikethrough()
                     .JustifyLeft().JustifyCenter().JustifyRight().JustifyFull()
                     .InsertUnorderedList().InsertOrderedList()
                     .Outdent().Indent()
                     .SubScript()
                     .SuperScript()
                     .CleanFormatting()
                 )
                 .StyleSheets(css => css
                   .Add(Url.Content("~/css/editorBase.css"))
                 )
           )
       </div>
   </div>

 

function onShow(e) {
           if (currentIndex == 2 && !isMovingBack) {
               setTimeout(refreshEventGrid(), 50);
               jQuery("#selectedEventDefinition").val("");
           }
 
            if (currentIndex == 3 && !isMovingBack) {
                   setTimeout(function () {
                       var editor = jQuery('#editor').data("kendoEditor");
                       editor.refresh();
                   }, 50);
           }
 
           progress.value(currentIndex + 1);
 
       }

 

I'm not sure if there is anything you can do to address this as it seems to be a Firefox issue. I did find a bugzilla reference mentioned in a post somewhere but that points to a very old closed bug: https://bugzilla.mozilla.org/show_bug.cgi?id=254144

 

Thanks

Chris

 

4 Answers, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 14 Jan 2020, 02:03 PM

Hi Chris,

The Firefox bug has been marked as "RESOLVED INVALID". It has not been actually fixed. From the discussion there, I can assume that the behavior of the other browsers now mimics the behavior of Firefox. That is why the bug is considered invalid.

Having that said, I would recommend you to keep using the refresh() call in order to make the Editor editable area accessible.

Regards,
Veselin Tsvetanov
Progress Telerik

Get quickly onboarded and successful with Telerik UI for ASP.NET Core with the dedicated Virtual Classroom technical training, available to all active customers.
0
Tony
Top achievements
Rank 1
answered on 11 Mar 2021, 10:02 AM

Hey,

Very high volume crash or browser not working

Security-critical issues

High volume startup crashes
Privacy and data loss problems
Feature or basic functionality issues which affect many users
Memory leaks, battery life
Test automation is working and meaningful
Bugs affecting upcoming Android releases (Specifically Q)
Bugs that meet one more more of these criteria should be marked as a P1. If a bug does not meet these criteria it should either be closed or be marked as a P5.

These are bugs that management would like fixed in Fennec ESR 68 and QA has confirmed are reproducible (or at least worth more investigation, such as a top crash that can't easily be reproduced).
Confirmed P1 bugs in the Firefox for Android product: There are another Firefox browser option Firefox Focus or Windows Link is  - [Url]https://techiespad.com/firefox-focus-for-pc/[/url]

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7

Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061006 Sunbird/0.3 [0.3rc2]

There is no command line help for command line parameters.

Command line parameters many users need to know about include: -p for creating/managing/choosing profiles -P profileName for starting with an existing profile -UILocale ab-CD for choosing a langpack (for people who share sunbird on a computer with someone who prefers a different language) Reproducible: Always

Steps to Reproduce:

1. Start sunbird from the command line with sunbird -? sunbird -h sunbird -help Actual Results: sunbird exits immediately with no message Expected Results: Sunbird prints command line parameters help message, then exits. Even better: whenever sunbird finds unknown command line parameters, it prints help and exits (so works for any language).

Thanks

TonyClark

0
Tony
Top achievements
Rank 1
answered on 11 Mar 2021, 10:06 AM
Firefox focus is the another option - https://techiespad.com/firefox-focus-for-pc/ Remember it.
Kate
Top achievements
Rank 1
commented on 01 Sep 2021, 07:03 AM

Yes, You can download its other option here.
0
Veselin Tsvetanov
Telerik team
answered on 15 Mar 2021, 02:17 PM

Hi Tony,

I am afraid, it is not very clear what do you mean by your post. May I ask you to explain a bit in detail, so the community could benefit from the knowledge shared?

Regards,
Veselin Tsvetanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Editor
Asked by
Chris
Top achievements
Rank 2
Answers by
Veselin Tsvetanov
Telerik team
Tony
Top achievements
Rank 1
Share this question
or