[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-04-14 Thread LAva
Are there any news on the status of this bugfix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-02-23 Thread Larry Price
I can confirm that the given patch fixes the issue on my zesty machine.
I'll see what I can do to get this moving through the system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-02-21 Thread Larry Price
Thanks for the patch! I'm going to try to verify this this week and then
we'll see if we can take further steps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-01-28 Thread Ubuntu Foundations Team Bug Bot
The attachment "MultiMonitorTrackerFix .diff" seems to be a patch.  If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-01-28 Thread LAva
I think I figured out why the mouse over is not working on the second
monitor.

Unity creates a PanelView for each monitor, but all PanelViews register
a mouse tracker under the same name, so only the first one works.

This happens, because the PanelView uses the monitor number to generate
the panel name, which is not yet properly initialized in the
Constructor.

But even if it was know at this state, the monitor number can change
later, if the monitor setup is modified. Using the monitor number might
not be the best idea.

I exchanged the monitor number with a unique number and it looks like it
is working now.

The patch is attached and you can find it also here:
http://bazaar.launchpad.net/~lavalanche/unity/MultiMonitorTrackerFix/revision/4218

I'm not sure if this is the proper solution, but it might be first step
in fixing this issue.


It looks like the whole mouse tracker system has still some issues left. For 
example: the unregister is never called, even if a PanelView is destroyed (as 
far as I can tell).  

** Patch added: "MultiMonitorTrackerFix .diff"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+attachment/4810214/+files/MultiMonitorTrackerFix%20.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2017-01-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625780] Re: Secondary monitor menus not opening on mouseover

2016-11-30 Thread Larry Price
I've confirmed this on two different machines on zesty as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625780

Title:
  Secondary monitor menus not opening on mouseover

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1625780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs