aprsworld / wsWebDisplay

0 stars 0 forks source link

ctrl+click causing strange behavior #110

Open Cdetviler opened 8 years ago

Cdetviler commented 8 years ago

Jim had an issue whilst using one of his layouts this morning. When ctrl+clicking a camera image, the tooltip appears when it is not supposed to. I will do some testing on my personal laptop to see if I can reproduce what I saw on Jim's laptop

Cdetviler commented 8 years ago

I just loaded up the madeline layout and attempted to replicate what was happening on jim's computer. I was able to successfully replicate the behavior. I think what is causing it is the fact that the Ctrl+click and hover were both turned on for two of the images in the layout. This created the following scenario:

  1. user ctrl+clicks image to enlarge.
  2. user mouses over a camera in the background causing another camera's hover event to trigger.
  3. the tooltip then alternates between the two cameras.

I think there are a few solutions to this:

-or-

-or-

Cdetviler commented 8 years ago

It's unclear at the moment what is causing the other strange behavior. It is treating one of the cameras as if it is taking up the whole page. the tooltip does not disappear after a certain sequence of events.