[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2013-03-03 Thread assassini
This looks really bad on dual monitors where there might be a maximized
window on each monitor.

I'd suggest changing the heuristic of not drawing the shadow from
focused window to topmost window on the current monitor. This way it
would still work as intended, but not look as distracting on the second
monitor.

It could be kind of confusing to not being able to do anything with the
global menu though since it's only available for the currently focused
window. I think you should allow multiple global menus at the same time
- one for each monitor, for the topmost window.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-08-14 Thread Simon Strandman
IMO the new behavior is better. The old behavior where the panel would
not cast a shadow on maximized windows, even if they loose focus, has
usability problems:

For example, if you maximize a window and then open a unmaximized window
on top of it that window will now be controlled by a menu bar that's a
part of another application window. By adding a shadow there is a clear
distinction between the menu bar, that now controls another application,
and the maximized window.

This problem becomes even worse if you do the same with some application
that has it's own menu bar, such as libreoffice. The libreoffice window
now has two menu bars with no distinction which controls what
application.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-08-14 Thread Bhaavan Merchant
The new behaviour tells this menu now, isnt of the maximized window.
but of something else.

IMO, even if it is necessary to convey this message, it should be done
by a (black?) line [border] of 3-5px width. Definitely not a shadow 15
px long with gradient which is about 10px more obtrusive for the
underlying maximized app.

In my use, I often keep one window maximized and one not-maximized for a 
reason: to be able to see the maximized content not overlapped by the 
unmaximized window. If at all overlap exists in a portion I want to see, I can 
move the un maximized window. 
The 15 px height shadow cannot be moved, and will obstruct no matter what.
Whether or not those 15 px on top will hold any information which is important 
is a different issue, but the obstruction should be minimum, and flat. 
Gradients for borders are painful to look at, and gives me a feeling the 
composting manager has caused the issue, rather than an intended behaviour.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-08-14 Thread Luke Hoersten
I have to agree with Bhaavan here. That information should be conveyed
in a way that is more visually consistent. For example, an unfocused,
maximization window always casts a shadow and gets darker when focused.
This is backwards for the menu bar. It has no shadow when focused and
part of a maximized window and a dark shadow when part of another
window. Frankly, it just looks like a bug, even if it isn't. It's
distracting.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-07-02 Thread Tyler Wagner
Here is a better fix, which won't be undone when unity next updates.

dpkg-divert --local --rename --divert /usr/share/unity/5/panel-
shadow.png_disabled --add /usr/share/unity/5/panel-shadow.png

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-13 Thread Omer Akram
the change was intended. bug 871760 is where it actually took place.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/967294/+subscriptions

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-13 Thread Daniel van Vugt
Confirmed by bug 871760. Drawing the panel shadow over other windows was
a design decision. The change was intentionally introduced in Unity 5.4.

** No longer affects: ayatana-design

** Changed in: unity
   Status: Incomplete = Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete = Opinion

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-12 Thread Daniel van Vugt
The offending code is fairly easy to change from what I've seen. It's
just a matter of whether the panel shadow gets drawn before or after
certain windows.

We are still waiting on feedback from the design team regarding what
their preferred behaviour is.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/967294/+subscriptions

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-12 Thread Luke Hoersten
Is this still being looked into?

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

Title:
  Unity panel shadow should not draw over unfocussed windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/967294/+subscriptions

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-05 Thread Daniel van Vugt
Whether the change was intentional I'm not yet sure. I have not yet
asked Design or looked at the relevant code history. However if there is
anyone (such as myself) who prefers the new behaviour, then the bug is a
matter of opinion. This can be overridden by the design team of course.

I am subscribing Ayatana Design for a verdict.

** Also affects: ayatana-design
   Importance: Undecided
   Status: New

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

Title:
  Unity panel shadow should not draw over unfocussed windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/967294/+subscriptions

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-05 Thread Omer Akram
awaiting design feedback == incomplete.

** Changed in: unity (Ubuntu)
   Status: Opinion = Incomplete

** Changed in: unity
   Status: Opinion = Incomplete

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

Title:
  Unity panel shadow should not draw over unfocussed windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/967294/+subscriptions

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-02 Thread Tristan Schmelcher
This is a regression in Precise. I definitely do not think this
qualifies as an opinion.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-04-29 Thread Shane Synan
This bug is particularly bad when showing a LibreOffice presentation on
two screens in extended mode.  The Unity panel shadow obscures the top
of the presentation, which looks really ugly.  See the attached
screenshot for an example.

I doubt this is intentional, so I'm changing the status from Opinion;
apologies if this is incorrect.

** Attachment added: Unity shadow hiding LibreOffice presentation.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/967294/+attachment/3115615/+files/Unity%20shadow%20hiding%20LibreOffice%20presentation.png

** Changed in: unity
   Status: Opinion = Confirmed

** Changed in: unity (Ubuntu)
   Status: Opinion = Confirmed

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-04-29 Thread Daniel van Vugt
Shane, your screenshots of LibreOffice seem to show full screen windows.
Please subscribe to bug 858378 which is more relevant to you.

** Changed in: unity
   Status: Confirmed = Opinion

** Changed in: unity (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-04-27 Thread Luke Hoersten
Yeah I'm sorry - I meant maximized, not fullscreened.

If I use that shadow removal hack, will those get put back when the bug
is fixed in a later package?

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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


[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-04-27 Thread Simon Olofsson
If you want to get the shadow back just do:
 cd /usr/share/unity/5/
 sudo mv panel-no-shadow.png panel-shadow.png
and then logout and back in.

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

Title:
  Unity panel shadow should not draw over unfocussed windows

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

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