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

  • Home
  • SEARCH
  • 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 6021907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:46:54+00:00 2026-05-23T03:46:54+00:00

In previous version when inline editing all looking good: But in new version it

  • 0

In previous version when inline editing all looking good:
enter image description here

But in new version it is looking like that (i put read border over):
enter image description here

How to fix that?

I am using jQuery 1.6.1, jQueryUI 1.8.13

I also have using the latest jqGrid css file

  • 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-05-23T03:46:54+00:00Added an answer on May 23, 2026 at 3:46 am

    The reason seems to me the wrong hover effects included in the jqGrid 4.1.0 on the <span> element with the save and cancel icons:

    onmouseover=jQuery(this).addClass('ui-state-hover');
    onmouseout=jQuery(this).removeClass('ui-state-hover');
    

    see the source code of jquery.fmatter.js.

    If I correct understand the problem the adding of ‘ui-state-hover’ class overwrites the background-position to 50% 50%, so the icons for the disk (ui-icon-disk) or the cancel icon (ui-icon-cancel) will not more displayed. Instead of that the middle of the background image are displayed.

    So I suggest just remove the hover effects inside of loadComplete:

    loadComplete: function() {
        $("div.ui-inline-save > span.ui-icon-disk, div.ui-inline-cancel > span.ui-icon-cancel").each(function() {
            this.onmouseover = null;
            this.onmouseout = null;
        });
    }
    

    See the demo.

    UPDATED:: I found a better way to fix the problem. First we can defive the functions iconHoverFixed and iconNotHoverFixed as following

    var iconHoverFixed = function(e) {
            jQuery(this).addClass('ui-state-hover');
            jQuery('span',this).removeClass('ui-state-hover');
        },
        iconNotHoverFixed = function(e) {
            jQuery(this).removeClass('ui-state-hover');
        };
    

    and then we can fix the hovering problem so:

    loadComplete: function() {
        $("div.ui-inline-save, div.ui-inline-cancel").each(function() {
            this.onmouseover = iconHoverFixed;
            this.onmouseout = iconNotHoverFixed;
        });
    }
    

    See the new demo here or here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does Xcode4 new version (build 4A2002a) is improved over its previous version? I am
RESOLVED From the developer: the problem was that a previous version of the code
Continuing from my previous question , is there a comprehensive document that lists all
has it changed at all since the previous version? Is there a better /
When I try to install over a previous version I get the error The
Hi I have a project that was created in a previous version to 3.5.
Now with new java 1.6.22 update installed (previous version was OK) my customers are
I've just installed iPhone SDK 4.0 and it appears that the previous version of
Using WiX, we would like to be able to uninstall a previous version if
Note: Solved. It turned out that I was importing a previous version of the

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.