HR P&F: Checkbox Issue on mouse over

Hi experts
I'm currently facing a big issue in production with check box UI element in form.
When an employee try to click check-box in form, its flickering.(Please find an attachmen)
We didn't had an issue in development instance but it's happening in Prod. system. Does anyone face similar problem before?.. Please advice, how to resolve the issue. I'm still searching for SAP Notes.. Any input, really appreciate
Thanks
Babu

did you check with other browser? also this is a known issue, refer here for the fix http://scn.sap.com/thread/3467244 check your theme being used? is it a customised one?

Similar Messages

  • Checkbox invisible when mouse over

    Hi Experts,
    We are using EP 7.0 . We have deployed an application which has a Checkbox in the UI.
    We are facing a problem that on mouseover on the checkbox, it becomes invisible however it is visible when selected .
    Anyone faced a similar issue
    Thanks
    Harshmeet

    Hi Ervin,
    Thanks a lot for the reply.
    Checked the browser compatibility thing using IE Developer tool but this didnt help.
    As of now could not check with other browsers but will do that and share the results.
    This application is using a custom theme and we are working on SAP Portal 7.0 SP8
    Also same issue is not appearing in SAP Portal 7.3 version. Here Portal 7.0 is consumer and Portal 7.3 is producer. Not sure if FPN creates some theme issues.
    I tried applying the standard theme and I was not facing this issue.
    Apart from this I tried changing the checkbox hover properties in the theme editor property buttons and changing the property "Standard Background Color On Hover" but this also didnt help
    Other thing that you suggested, I exported the custom theme, deleted the two images for the checkbox and re-imported the theme again and saved it in the theme editor. Cleared the cache and tested again.
    Still facing the same issue. I exported the same theme again and I could find out the re-generated checkbox images again.
    Let me know if I can try something else.
    Thanks
    Harshmeet

  • Fix Pacl 1.3 - Does it solve the mouse over HAND Symbol issue?

    The new Fix pack was out and it was supposed to solve the Hand Symbol instead of arrow when we move the mouse over a URL button.
    I have gone through the documenation but din't find any solution for this. When will the next fix pack be released and will it solve the issue? our users are not happy about this.

    The documentation says it fixed.  Look at the first item on page 5 of the PDF.

  • Mouse over vs On click: ISSUE

    Hello,
    I hope someone can help me.
    I have a image (refers to ImageA.jpg) which Im using as a
    hyperlink to a specific page in the mainframe target.
    I have successfully created a working image swap on reaction
    of OnMouseOver (refers to ImageB.jpg). For this same image
    (ImageA.jpg), I have also successfully created a different image
    swap on the reaction of an 'on click' (refers to ImageC.jpg). I
    have selected 'Restore images OnMouseOut'.
    So the mouseover image swap works fine (to ImageB.jpg), the
    onclick image swap also works fine (to ImageC.jpg),
    But now when I have clicked on ImageA.jpg (it shows
    ImageC.jpg), but when I leave the image area, it turns back to
    ImageA.jpg again. But it has to stay ImageC.jpg, untill I click on
    a different link. (I have 5 of these same links in my website).
    How can I solve this?
    Ciao,
    Chiel

    ChielJonker wrote:
    > Hello,
    >
    > I hope someone can help me.
    >
    > I have successfully created a working 'image swap' on
    reaction of a 'mouse
    > over'. But I want to use this image also as a hyperlink
    to a new page in my
    > mainframe target. I use the rectangular hotspot Tool for
    this (creating a spot
    > on the specific image) and after that: create the link.
    But when all of this is
    > finished, my mouse over wont work anymore (only on the
    parts outside of the
    > hotspot).
    >
    > How can I solve this?
    oYu shouldn't need to use the hotspot tool, all you should
    need to do is to select the image and add a link to it via the
    Property inspector.
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Oracle form 6.0, how to do 3D chart, calender,mouser over changing....

    oracle form 6.0, how to do 3D chart, calender,mouser over changing....in we form, like microsoft style.
    Or it's better use 9i or 10g jdeveloper? or other tchnology?

    The cpu resources are only limited once the cpu's are 100% utilized. It is highly unlikely that dom0 will try to use 100% of a cpu, let alone all cpus. Only when there are no idle physical cpus would you run into issues.
    You may want to try reducing the number of vcpus in the windows guest. I have seen reports from users claiming that having more vcpus in a windows guest causes it to run slower.

  • Why does moving the mouse over an IMAQ image display slow the GUI down so much?

    I have a large application with several vi's running simultaneously under labview 8.6.1.  When I mouse over an image display control in one of the vi's, everything slows down a shocking amount in all the other vi's.  The windows task manager does not show a large increase in CPU use.  My pc is has a quad cpu with 4GB of RAM, and the CPU and memory loads do not appear to be terribly taxing to the system.  However, many of my vi's apparently come almost to a standstill if I just move the mouse in a circle around my image control.
    This looks like it is largely a GUI display issue.  If I make a new vi and put a while loop in it that only displays the iteration loop number to an indicator, I can see the iterating occurring, then stopping totally when I mouse inside the image display control.  When I stop moving the mouse inside the control, or when I move it outside the control, the interation loop number jumps up, as if it had been incrementing behind the scenes the whole time.  So only display of the interating was halted.
    This problem occurs even if the vi with the image control is not executing.  If the vi with the image control is open but not running, and I mouse over the image on it, the other guis all come to a screeching halt.
    Does mousing in the image display control really utterly crush all other guis in all other labview windows?  Is this an issue inherent to the image display control?  If so, is there anything I can do about this? 
    Also, this issue is not entirely limited to display.  I started looking at it in greater detail because this issue also exposed what I think is a race condition in my code.  I have a vi that acquires an image from a ccd and puts it into an IMAQ image.ctl.  This image then gets passed up to a vi up the call chain, and is put on a queue and sent over to be de-queued by a vi that has the image display control.  Here's the kicker:  when I mouse over the image display control, the image successfully gets acquired inside the subvi, and if I probe the wire leading to the output IMAQ image display.ctl, I see the image.  If I simultaneously probe the wire coming out of the subvi one level up the call chain, the image gets lost about half the time.  This only happens if I am mousing in the image display control IN A TOTALLY DIFFERENT AND SEPARATE VI.  If I bump up the priority of the ccd image acquisition vi to 'highest priority', the problem only happens about 1% of the time, and I really have to mouse around to make it happen.  Still, it's disturbing that mousing in the GUI in one window results in a failure of a separate subvi to simply pass an image up the call chain.  I understand that IMAQ images are referenced rather than passed by value, but I don't see why there should be a failure to pass the image up the call chain.  I've looked for a race condition, but can't find one.
    Eric

    I have finally been able to replicate the behavior that you are seeing on another computer once the image was large enough.  Here are a few notes about this behavior:
    First. The UI only slows down when the images are large, 16 bit images.  The reason why this is unique to 16 bit images is that they can only be displayed on the front panel as 8 bit images.  The workaround that Weiyuan suggested to change the 16 bit display mapping hints towards the root of the problem...that any time a mouse runs over the indicator, Windows asks the entire image to re-draw (having a separate indicator overlapping the image will create the same behavior).  With a 16 bit image, not only does the image have to re-draw on the screen but the 16 bit pixels need to be mapped to 8 bits.  When setting the 16 bit display mapping to Full Dynamic, this requires mor computation/pixel than 90% dynamic or one of the other mapping schemes.
    This is expected behavior if your program is running and you're trying to display a large 16 bit image.  To fix this behavior there are a couple options:
    Change the 16 bit display mapping to something other than full dynamic.  You can choose which 8 bits to display or if you want to map the bits. 
    Resize the image just for viewing purposes on your front panel (since you aren't going to view every single pixel of you image on the screen). You can use the IMAQ Resample.vi to do this.  This will allow you to take your 1500x1500 pixel image and only display a 500x500 pixel version.
    If you are interested in viewing small details of the large image, consider just displaying a smaller region of interest at a time.
    Let me know if any of these solutions work for you.  Good luck on your application.
    Zach C.
    Field Engineer
    Greater Los Angeles

  • Mouse over JButton

    I have an 10 x 10 array of JButtons in my project. I was just wondering how do i find out which button the mouse cursor is over at any given time?
    I was trying to get x y mouse coordinates but how do i know over which JButton I am?
    Thanks for any advice
    Regards

    Could anybody help me with answer: How could I execute below method:
    public void mouseMoved(MouseEvent e) {
              System.out.println("Mouse over Button");
         }without clicking on the button. I have MouseListener on each button. I can exetue this method only when i'm clicking on button. What's wrong with my code? I wanna execute this method when my mouse is over the button :-(. Could help me with my example?
    thanks in advance.
    regards.
    package gui;
    import java.awt.Component;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionListener;
    import java.util.ArrayList;
    import java.util.EventObject;
    import javax.swing.AbstractCellEditor;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JTree;
    import javax.swing.event.ChangeEvent;
    import javax.swing.tree.DefaultMutableTreeNode;
    import javax.swing.tree.TreeCellEditor;
    import javax.swing.tree.TreeCellRenderer;
    public class TreeSample {
         JTree tree = null;
         CheckBoxNodeRenderer renderer;
         public void showTree() {
              JFrame frame = new JFrame("Tree");
              ArrayList<Object> ipDevice = new ArrayList<Object>();
            ipDevice.add("IP Device");
            DefaultMutableTreeNode rootNode = new DefaultMutableTreeNode("Root");
            DefaultMutableTreeNode node = new DefaultMutableTreeNode(new CheckBoxNode("IP Device", false));
            rootNode.add(node);
            tree = new JTree(rootNode);
            renderer = new CheckBoxNodeRenderer();
            tree.setCellRenderer(renderer);
            tree.setCellEditor(new CheckBoxNodeEditor(tree));
            tree.setEditable(true);
            frame.setSize(400,400);
            frame.add(tree);
            frame.setVisible(true);
         public static void main(String args[]) {
              System.out.println("Test");
              TreeSample ts = new TreeSample();
              ts.showTree();
    class CheckBoxNodeRenderer implements TreeCellRenderer {
        private JButton leafRenderer = new ButtonCreator("TEST");
        protected JButton getLeafRenderer(){
            return leafRenderer;
        public CheckBoxNodeRenderer() {
        public Component getTreeCellRendererComponent(JTree tree, Object value,
                boolean selected, boolean expanded, boolean leaf, int row,
                boolean hasFocus) {
            Component returnValue;
            returnValue = leafRenderer;
            return returnValue;
    class CheckBoxNodeEditor extends AbstractCellEditor implements TreeCellEditor, MouseMotionListener {
        CheckBoxNodeRenderer renderer = new CheckBoxNodeRenderer();
        ChangeEvent changeEvent = null;
        JTree tree1;
        DefaultMutableTreeNode editedNode;
        public CheckBoxNodeEditor(JTree tree) {
            this.tree1 = tree;
        public Object getCellEditorValue() {
            JButton checkbox = renderer.getLeafRenderer();
            return checkbox;
        public boolean isCellEditable(EventObject event) {
            return true;
        public boolean shouldSelectCell(EventObject ev) {
             return true;
        public Component getTreeCellEditorComponent(final JTree tree, Object value,
                boolean selected, boolean expanded, boolean leaf, int row) {
            System.out.println("GetTree");
            Component editor = renderer.getTreeCellRendererComponent(tree, value,
                    true, expanded, true, row, true);
            return editor;
         public void mouseDragged(MouseEvent e) {
         public void mouseMoved(MouseEvent arg0) {
    class CheckBoxNode {
        String text;
        boolean selected;
        public CheckBoxNode(String text, boolean selected) {
            this.text = text;
            this.selected = selected;
        public boolean isSelected() {
            return selected;
        public void setSelected(boolean newValue) {
            selected = newValue;
        public String getText() {
            return text;
        public void setText(String newValue) {
            text = newValue;
    class ButtonCreator extends JButton implements MouseMotionListener {
         public ButtonCreator() {
              this.addMouseMotionListener(this);
         public ButtonCreator(String p_name) {
              this.setText(p_name);
              this.addMouseMotionListener(this);
         public void mouseDragged(MouseEvent e) {
         public void mouseMoved(MouseEvent e) {
              System.out.println("Mouse over Button");
    }

  • Mouse Over Behaviour

    I am currently developing a toolbar application and have an
    issue with mouse events.
    Currently there is a parent canvas which has a mouseOut event
    where the canvas is hidden. Within that canvas there is a Hbox
    which contains images which have an mouse click event. When I mouse
    over the image it triggers the parent MouseOut event.
    having looked at
    http://nondocs.blogspot.com/2007/04/flexfaqmouseevents.html
    but it does not resolve the problem. having also tried to identify
    the event.target.id but it does not register for the imagme
    mouseOver and gives exception errors.
    Anybody got any ideas for the HBox child does not trigger the
    MouseOut event. Also tried switching it to a button.
    I would really like to not have to hack a solution with using
    the mouse x and y coordinates.
    Hope somebody can help Im going round in circles.
    Thanks

    The mouse events are very low-level and fire in unexpected
    ways.
    Usually you should use the rollOver and rollOut events. The
    seem to be better behaved.
    Tracy

  • Bookmarks and tab titles display garbled text or text from another bookmark until moused over

    I just upgraded to Windows 8 and loaded Firefox 18 - I imported my bookmarks HTML file and the bookmarks on the left display either garbage or the wrong title until I mouse over them. They then display correctly unless I mouse over them again. My tabs display bookmark titles until I mouse over them.

    Could you try version 18.0.1? Also, please provide us with screen shots? And, you can check if your add-ons are causing this as well.
    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Placing my mouse over Personas in the Gallery does not work

    I cannot get Personas from the Personas Gallery. I cannot add or remove Personas from the Gallery either anymore. I have the Personas icon and everything there works, but I can't get anything new from the Gallery. It use to work. I had AnyColor on my computer where I could access Personas from the Menu bar. That disappeared and I haven't been able to use the Personas Gallery since. Placing my mouse over a Persona doesn't do anything-nor does clicking on it.

    Hi maryjo2442,
    First thing I would consider doing is updating Firefox. There are a lot of benefits to running the latest version. You should take a look at [[Updating Firefox]].
    You might want to try starting Firefox in Safe Mod by holding down ''Shift'' while it is starting. If you disable all your existing plugins and extensions and you find that the buttons do work, then it's probably an issue with one of your existing add-ons. You can go through and manually turn them on 1 by 1 until you find the one causing the problem.
    Hopefully this helps!

  • Xcelsius/Dashboard Design - mouse over capability doesn't work/losing hover

    Hello there,  I am currently in a tough situation.  If any Xcelsius gurus can provide me with a solution, I would very much appreciate your help.
    I currently have a dashboard with pie chart component in the default view.  It has a radio button with two values.  The mouse over doesn't work when the dashboard is loaded.  However, when I make a selection in the radio button, the mouse over works for both the options.  I have noticed this is a bug but if anyone has a solution or way around it, let me know.
    Another issue - I have a 'All' view and 'Region' views in the menu bar.  When a user clicks on a particular Region, then clicks all and goes back to a region, I lose the drill down capability on the pie chart thats on the Region view.  initially, the mouse over and drill down works fine.  However, after going to the All view and coming back to a region, this capability is lost.  It acts the same way as the problem above.  User can't hover nor drill down.  If anyone has a solution to this, let me know.

    FYI this is the article on the main forum page:
    Announcement: New to Spry, or  the Spry forums?
    Hide Details
    Before you post a topic please verify that:
    You are using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    After that we will have a look at your code.
    Ben

  • When mousing over text, the cursor flickers constantly (with each letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word and Pages.  Any idea of how to resolve this annoying problem is appreciated.  System: 10.10.1

    When mousing over text, the cursor flickers constantly (with every letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word 2011 and Pages.  Any idea of how to solve this annoying problem will be much appreciated.  System 10.10.1 on a MacPro (Late 2013)

    The mouse is controlled by the OS so don't guess any app other than a mouse driver or OS X itself would be able to cause this sort of flicker issue.
    Have you seen the following and is it what you are seeing? Maybe you could make a movie (Quicktime is great for this this to make a screen recording) - but not sure how to attach a movie to these discussions as mine is grayed out and can't be selected (to the right of the insert image). Here is the what I found for a search of "mouse cursor flickers os x yosemite"
         https://www.youtube.com/watch?v=ZNQ0D84DdF4
    What kind of mouse are you using? Is the mouse driver up to date if it's a third party mouse?

  • Frames with link to Struts do not render before mouse over in IE 7.0?

    Hi
    We have troubles with frames with link to Struts, which do not render before mouse over in IE 7.0? The application works fine with Firefox 2.0 and Internet Explorer 6.0, we have analyzed the cause to be whenever
    you refer to a struts 1.0 action in your frames, you'll see the frames underneath.
    Does anyone have a solution to this?
    <frameset cols="168,*" border="0">
      <frameset rows="76,*" border="0">
        <frame name="cornerFrame" src="/gws/html/logo.htm" scrolling="NO" noresize frameborder="0">
        <frame name="menuFrame" src="/gws/html/menulogind.htm" noresize frameborder="0">
      </frameset>
      <frameset rows="76,*" border="0">
        <frame name="topFrame" src="/gws/html/overskrift.htm" noresize frameborder="0" >
        <frame name="mainFrame" src="/gws/logonstart.do?msg=null&navn=null" noresize frameborder="0">
      </frameset>
    </frameset>
    <noframes>
    <body>
    </body>
    </noframes>When you open the application, the frame is blank, the pages render only when you move the mouse inside the mainFrame area!
    This is a very odd behavior.
    Lars W
    Enviroment:
    Windows 2003 Server
    Sun Java System Application Server 7 2004Q2UR2
    Struts 1.0

    I am having similar problems with shockwave and ie7 crashing.
    This is always preceded by loss of sound.
    Could this article have any significance to this issue :
    Is it possible that the Cumulative Security Update for
    Internet Explorer
    (931768) is causing Internet Explorer to crash ??
    I refer to this article
    Known issues with this security update
    • Controls that prompt before they are loaded
    Note This issue occurs on Web sites that do not use the
    recommended
    techniques. This issue is resolved by using the techniques
    that are described
    on the following Microsoft Web site:
    http://msdn.microsoft.com/ieupdate
    http://msdn.microsoft.com/ieupdate)
    When certain controls are loaded on a Web page, the controls
    are not
    correctly masked by the functionality of this update. These
    controls include
    controls that are used in Macromedia Shockwave Director, in
    QuickTime Player,
    and in Virtools Web Player. When Windows determines that a
    control is
    inactive, the system prompts the user before the control is
    loaded.
    CAN MICROSOFT HELP ON THIS ONE ?? Very frustrating when ie7
    crashes and
    restarts in the middle of a game of golf played against
    others on the
    internet especially when you winning !!
    The game is at this address :
    http://www.nabiscoworld.com/Games/game_large.aspx?gameid=10028

  • [SOLVED] Mouse Over File Preview in KDEMOD3

    Hi there.
    Today i have noticed that when i mouse over an icon in KDEMOD3 it does'n show the preview. I have already checked "Show file tips" and "Show Previews in file tips" on Control Center (KDE Components->File Manager->Behavior) but it doesn't work. It's not from the kde style since i have change it and the issue persists.
    Is someone having this issue to? If yes, how to fix it?
    Thanks in advance.
    Last edited by eldarion (2008-12-31 16:38:47)

    ok, i have fixed it. Edit the ~/.kde/share/config/kdeglobals and remove the section [KDE].

  • Under Tools/Error console, I keep getting a load of error messages. How do I stop this? Also, when I hover my mouse over something, I get a small blank box instead of expected info.

    How do I stop all of the error messages under; Tools/ error console?
    Why do I get a small blank box instead of the expected information when I hover the mouse over something?

    Hi,
    Try the following steps:
    1. Check windows updates.
    2. Try the Microsoft Fix it in this kb to remove previous install completely:
    http://support.microsoft.com/kb/2739501/en-us
    3. Reboot.
    4. Try installing again.
    This seems helpful on the issue.
    As always, thank you for your suggestion, Don:)
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • Question about the weight of widgets

    This is a supposition: if I have a widget that cause a pop up window to open and the widget is 1KB in size on the idisk. Would a page containing 40 or 50 of them be problematic? Would it be faster or slower than a page with an iFrame and a widget tha

  • V$sqlarea.buffer_gets and v$sqlarea.sorts

    What exactly the meaning of the fields ? What conclusion I can get from higher result ? v$sqlarea.buffer_gets v$sqlarea.sorts I seek for more knowledge and deep understanding then the table description BUFFER_GETS     NUMBER     Sum of buffer gets ov

  • Family calendar not showing on new iPhone

    I have a computer, an iPhone 5s and a brand new iPhone 6+. I setup family sharing between all the devices and I can share apps between the phones without problem. If I take a picture on a phone, it will be shareable with the other devices BUT if I cr

  • Sleeping mode doesn't work

    When I will wake up the computer by pressing a button of the keyboard the computer turns off and after that it will not start up with the on/off button at the back of the computer (brand new mini mac late 2012 with Mountain Lion). What's wrong?

  • Best Render Settings for my iMac?

    I am running Motion 5 on a 20-inch Early 2009 iMac (the model right before the screen was made edge-to-edge). Here are my specs: Processor: 2.66 GHz Intel Core 2 Duo Memory: 4 GB 1067 MHz DDR3 Graphics: NVIDIA GeForce 9400 256 MB I am not familiar wi