After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607914 - Gedit displays shadow on top of edit window in fullscreen mode
Gedit displays shadow on top of edit window in fullscreen mode
Status: RESOLVED WONTFIX
Product: gedit
Classification: Applications
Component: general
2.29.x
Other Linux
: Normal trivial
: ---
Assigned To: Gedit maintainers
Gedit maintainers
: 607913 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-01-24 09:02 UTC by Vish
Modified: 2010-01-24 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vish 2010-01-24 09:02:54 UTC
Bug first reported in launchpad > https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/511670

When in fullscreen mode, the top line of the editor has a shadow on top of it
making it difficult to read.

Steps to reproduce.
1. Open Gedit
2. Press F11 to go to fullscreen mode.

Actual result:
There is a shadow on the top line of text even when toolbar is hidden.

Expected result:
No need to display shadow when the toolbar is hidden. [similar to EOG behavior]
All text should be unobscured.
Comment 1 Vish 2010-01-24 09:03:52 UTC
*** Bug 607913 has been marked as a duplicate of this bug. ***
Comment 2 Ignacio Casal Quinteiro (nacho) 2010-01-24 12:15:36 UTC
Well the shadow is because you are using a compositing manager with the shadow activated, also if we don't leave that pixel shown you wouldn't be able to make the toolbar appear when you move the mouse till the top of the window. I'm closing this bug as WONTFIX as right now we don't have any api to say the compositor manage to not draw a shadow in a window.
Thanks for the bug report.
Comment 3 Vish 2010-01-24 12:50:54 UTC
(In reply to comment #2)
>  right now we don't have any api to say the
> compositor manage to not draw a shadow in a window.

EOG , is able to not show the shadow for the gtk toolbar. How is it doing this?

The behavior in EOG is  , 
- No shadow when toolbar is hidden
- Shadow shown when toolbar appears

Is EOG not using gtk toolbar ? I would imagine there is someway that this is possible...

Kindly re-open the bug.
Comment 4 Vish 2010-01-24 12:55:11 UTC
FWIW , I'm seeing the shadow even with metacity.
Comment 5 Ignacio Casal Quinteiro (nacho) 2010-01-24 13:03:13 UTC
well, metacity will show a shadow if it has the composition manager activated. Also say that HIG says that we should show at least 2 pixels and we are showing 1 to not hide the first line. Also say that eog manages the toolbar in a different way.