You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/02/18 13:08:41 UTC

[Bug 56150] New: On using scroll, the element list for thread group , the list shows triangle image and no data/elements.

https://issues.apache.org/bugzilla/show_bug.cgi?id=56150

            Bug ID: 56150
           Summary: On using scroll, the element list for thread group ,
                    the list shows triangle image and no data/elements.
           Product: JMeter
           Version: 2.11
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: ramalwandi@hotmail.com

Created attachment 31318
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31318&action=edit
Empty list on scrolling the element list

On using scroll on the elements list (the element list for thread group) the
list shows triangle image and no data/elements will be there until we click
outside of the list.

Steps to reproduce:
When user add the thread group.
1. User try to add any elements for that thread group.
2. Hold on the list by hover the mouse on the list.
3. Scroll the mouse wheel.
4. The triangle shaped image is displayed in the list.

For any of the list it is occurring.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56150] On using scroll, the element list for thread group , the list shows triangle image and no data/elements.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56150

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Milamber <mi...@apache.org> ---

Confirm bug. Same on Linux.

Jmeter.log error:

2014/02/18 18:48:40 ERROR - jmeter.JMeter: Uncaught exception: 
java.lang.ArrayIndexOutOfBoundsException: -36
        at
org.apache.jorphan.gui.MenuScroller.refreshMenu(MenuScroller.java:552)
        at org.apache.jorphan.gui.MenuScroller.access$300(MenuScroller.java:55)
        at
org.apache.jorphan.gui.MenuScroller$MouseScrollListener.mouseWheelMoved(MenuScroller.java:578)
        at java.awt.Component.processMouseWheelEvent(Component.java:6376)
        at java.awt.Component.processEvent(Component.java:6060)
        at java.awt.Container.processEvent(Container.java:2045)
        at java.awt.Component.dispatchEventImpl(Component.java:4649)
        at java.awt.Container.dispatchEventToSelf(Container.java:2127)
        at java.awt.Component.dispatchMouseWheelToAncestor(Component.java:4801)
        at java.awt.Component.dispatchEventImpl(Component.java:4533)
        at java.awt.Container.dispatchEventImpl(Container.java:2103)
        at java.awt.Component.dispatchEvent(Component.java:4475)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4633)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4326)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4227)
        at java.awt.Container.dispatchEventImpl(Container.java:2089)
        at java.awt.Window.dispatchEventImpl(Window.java:2587)
        at java.awt.Component.dispatchEvent(Component.java:4475)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:675)
        at java.awt.EventQueue.access$300(EventQueue.java:96)
        at java.awt.EventQueue$2.run(EventQueue.java:634)
        at java.awt.EventQueue$2.run(EventQueue.java:632)
        at java.security.AccessController.doPrivileged(Native Method)
        at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
        at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:119)
        at java.awt.EventQueue$3.run(EventQueue.java:648)
        at java.awt.EventQueue$3.run(EventQueue.java:646)
        at java.security.AccessController.doPrivileged(Native Method)
        at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:645)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

-- 
You are receiving this mail because:
You are the assignee for the bug.