Project

General

Profile

Bug #4558

The semitransparent picture of the web client page is displayed when dragging the mouse

Added by Sergey Ivanovskiy over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:

Related issues

Related to User Interface - Bug #4521: Broken mouse tracking when dragging in Web client New

History

#1 Updated by Sergey Ivanovskiy over 4 years ago

With Firefox we can observe the default action when dragging the mouse (the left mouse button is pressed and the mouse is moving). During this default action the semitransparent picture of the client web page is displayed above the scroll button or over places where the dragging is happened. It affects dragging the scroll button because the transparent web page picture is displayed over it. To test these effects please set breakpoints at this function listener (p2j.screen.js)

      function mouseDragOverHandler(evt)
      {
         evt.preventDefault();

         // limit the actions allowed
         evt.dataTransfer.dropEffect = "move";

         return false;
      }

#2 Updated by Sergey Ivanovskiy over 4 years ago

  • Related to Bug #4521: Broken mouse tracking when dragging in Web client added

Also available in: Atom PDF