google-code-export / minimalist-google-calendar

Automatically exported from code.google.com/p/minimalist-google-calendar
1 stars 0 forks source link

Hidden Google Bar and Header interfering with visible elements. #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist for Google Calendar option is causing the problem?
Hide Google Bar not entirely hidden.

What is the problem? Describe completely:

The "Hide Google Bar" & "Hide Header" options are both selected

When viewing an event details and you select the top "« Back to calendar" 
option, a new instance of the calendar is opened. The calendar link from the 
Google Bar is located just below the "Back to calendar" link. It seems that 
though the Google Bar is hidden it is still able to take focus from the mouse. 

Selecting the bottom "back to calendar" link performs as expected. Also, 
selecting "Cancel" will take you back to the calendar.

MinGcal version        0.6.10
Chrome version         10.0.648.204
Chrome update channel  -
Operating System       Windows 7
Language               English
Google apps user?      No
Other GCal extensions  None

Please provide any additional information below and attach screenshots if
possible.

Original issue reported on code.google.com by St.JAndr...@gmail.com on 30 Mar 2011 at 8:34

GoogleCodeExporter commented 9 years ago
Enable General > Custom CSS and use this:

  [min ~= 'hideH'], [min ~= 'hideH'] *, [min ~= 'hideG'], [min ~= 'hideG'] * { display: none !important; }

The transition will no longer be animated if you used that feature but it will 
keep it from interfering with other elements while hidden.

Original comment by anst...@gmail.com on 31 Mar 2011 at 3:19

GoogleCodeExporter commented 9 years ago
Issue 40 has been merged into this issue.

Original comment by anst...@gmail.com on 3 Apr 2011 at 6:28

GoogleCodeExporter commented 9 years ago
Ah, that explains the bug I was about to report. My experience was:

1. Install this extension.
2. Load calendar in a new tab
3. Click on an appointment to bring up the edit screen.
4. Click "Back to calendar".

This should replace the edit screen with the calendar view in the same tab.  
Only now it launches Google *Documents* in a new tab (and leaves the old tab on 
the edit screen).  Disabling fixes the problem.  Reproduced. 

The Custom CSS fix worked for me.

Original comment by ctwa...@gmail.com on 6 Apr 2011 at 6:24

GoogleCodeExporter commented 9 years ago
I concur. The custom CSS fix resolves the issue. Thanks!

Original comment by St.JAndr...@gmail.com on 7 Apr 2011 at 12:45

GoogleCodeExporter commented 9 years ago
Issue 44 has been merged into this issue.

Original comment by anst...@gmail.com on 15 Apr 2011 at 11:52