Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8219137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:03:18+00:00 2026-06-07T13:03:18+00:00

Just updated my devexpress version to 12.1 and now all draggable elements hightlights background

  • 0

Just updated my devexpress version to 12.1 and now all draggable elements hightlights background elements on Chrome (20.0.1132.47 m).

For example when I drag splitter all page is blinking, when I’m dragging ASPxPivotGrid or ASPxGridView field, field sometimes highlights and nearby elements highlights then I drag past them. In ASPxGridview when I’m re-sizing columns and if I move my mouse a little bit to up or down almost all header highlights. There are also unneeded highlight when I’m dragging fields in ASPxPivotGrid customization form..

BTW, in IE9, FF11, Opera 11.6 and it works fine.

Is it devexpress bug? How can I fix it so dragging would not highlight background elements? Maybe some kinda global jquery function would help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:03:19+00:00Added an answer on June 7, 2026 at 1:03 pm

    You can prevent selections in the whole document using:

    $(document).on("selectstart", false);
    

    You can enable selections again by removing that event handler:

    $(document).off("selectstart", false);
    

    You could disable selections during mousedown on an element, and enable it again during mouseup. It doesn’t matter where the user triggers mouseup, so attach that one to document: http://jsfiddle.net/Wdj6w/.

    $("div").on("mousedown", function() {
      $(document).on("selectstart", false);
    });
    
    $(document).on("mouseup", function() {
      $(document).off("selectstart", false);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just updated my ruby version and now when I run irb in command
Just updated the version of Ruby (1.9.2 to 1.9.3) I have installed but now
I just updated all the Android plugins for Eclipse and now it is no
I just updated PHP 5.2.0 to 5.2.11 and now I am getting loads of
Just updated albacore to version 0.14 and ran into a major problem. My current
I just updated to rails 3.2 and twitter gem 2.0.2 Now when I start
I just updated to jQuery 1.4.2 & jQueryUI 1.8.2 w/the google cdn and now
I just updated my Xcode to the latest version and am trying to run
Just updated from Hibernate 3.6 to Hibernate 4, now getting 10-Feb-2012 14:12:31 org.hibernate.dialect.DerbyDialect <init>
I just updated Xcode to version 4.3 via the Mac App Store last week,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.