We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Unrelated text on the page highlighted as keyboard used to moved through column headers.

Hi.

This is a fun little bug.

It occurs in Firefox only.
  1. Give focus to the grid (alt+j).
  2. Press ctrl + shift + right to navigate the column headers.
  3. Text above the table is now highlighted as you navigate with the keyboard.
I've attached an animated gif to demonstrate.

Can you investigate please?

Thanks.


Attachment: selectingtextbymistake_58781cda.zip

3 Replies

BM Balaji Marimuthu Syncfusion Team January 26, 2016 01:56 PM UTC

Hi Greg,

Thanks for contacting Syncfusion support.

To achieve your requirement, we suggest you to use the below CSS style properties in your sample. Refer to the sample and code example as below.
Sample: http://jsplayground.syncfusion.com/yd530c2y


<style>

        .e-grid th.e-activecell {

            background-color: #5eabde;

            color: #fff;

        }


        .e-grid .e-groupdroparea{

            -moz-user-select: none;

        }
    </style>



Regards,
Balaji Marimuthu


GG Greg Gannicott January 26, 2016 03:37 PM UTC

Thanks for the solution.

Do you plan to include a fix for this bug in a future release?

Cheers.


JK Jayaprakash Kamaraj Syncfusion Team January 27, 2016 01:08 PM UTC

Hi Greg,
we are able to reproduce the issue at our end. So, a support incident has been created under your account to resolve the issue. Please log on to our support website to check for further updates. 

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

Regards,
Jayaprakash K.


Loader.
Live Chat Icon For mobile
Up arrow icon