google-code-export / minimalist-google-calendar

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

Left-side calendars disappear but rest doesn't move to the left #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist for Google Calendar option is causing the problem?

Unsure; I haven't changed anything in ages. This changed at some point between 
yesterday (12/1/2014) and today (12/2/2014), first noticed the problem 
12/2/2014 12:30pm EST. I use this feature a lot so I suspect it has changed 
within the last two hours before.

What is the problem? Describe completely:

I have settings set so that that I can hover on the far left and have the 
column with the monthly calendar and my calendar names, etc. disappear. I've 
tried under my two Chrome usernames, same issue.

MinGcal version        How can I tell. "About" shows no version information.
Chrome version         Version 39.0.2171.71 (64-bit)
Chrome update channel  Released
Operating System       Mac OS X 10.8.5
Language               English
Google apps user?      Yes in one instance, no in the other
Other GCal extensions  Google Calendar (by Google)

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

Screenshots show before and after attempting to collapse the left-hand column.

My Minimalist for Google Calendar settings:
--- Start settings ---
{"mcicon":false,"favicon":true,"backC":false,"backCLR":"#ffffff","borders":false
,"borderCLR":"#BBCCFF","linkC":false,"linkCLR":"#2200cc","todayH":false,"todayCL
R":"#FAD163","weekends":false,"weekendM":false,"hours":false,"Hcolor":"#bbbbbb",
"Hweight":"bold","Hsize":"18px","BTN":false,"BTNcolor":"#000000","BTNborder":"#b
bbbbb","BTNbottom":"#f9f9f9","BTNtop":"#e3e3e3","corners":true,"trans":false,"cu
stomCSS":false,"customCSSval":"","gbarH":true,"gbarO":true,"gbarB":true,"gbar":t
rue,"cbar":false,"c_n_1":"Gmail","c_u_1":"https://mail.google.com","c_t_1":"_bla
nk","c_n_2":"Calendar","c_u_2":"http://www.google.com/calendar","c_t_2":"_blank"
,"c_n_3":"Documents","c_u_3":"http://docs.google.com","c_t_3":"_blank","c_n_4":"
Reader","c_u_4":"http://www.google.com/reader","c_t_4":"_blank","c_n_5":"Photos"
,"c_u_5":"http://picasaweb.google.com","c_t_5":"_blank","c_n_6":"Web","c_u_6":"h
ttp://www.google.com","c_t_6":"_blank","cbarM":false,"user":false,"labs":false,"
settings":false,"help":false,"out":false,"header":true,"headerS":true,"logoH":tr
ue,"logo":false,"logoSRC":"http://www.example.com/image.jpg","s_all":false,"s_bu
tton":false,"s_link":false,"t_top":false,"t_today":false,"t_nav":false,"t_date":
false,"t_printI":false,"t_printL":true,"t_refresh":false,"t_v1":false,"t_v2":fal
se,"t_v3":false,"t_v4":false,"t_v5":false,"nav":true,"navO":true,"navW":"180","n
_create":false,"n_quick":false,"n_cal":false,"n_mine":false,"n_linksM":false,"n_
other":false,"n_add":false,"n_linksO":false}
#BBCCFF
#bbbbbb
#FAD163
#000000
#bbbbbb
#f9f9f9
#e3e3e3

#ffffff
#2200cc
--- End settings ---

Original issue reported on code.google.com by rick.carter on 2 Dec 2014 at 5:42

Attachments:

GoogleCodeExporter commented 9 years ago
I have the same issue.

Original comment by j...@aims.pl on 4 Dec 2014 at 9:19

GoogleCodeExporter commented 9 years ago
Me too. No figured this out yet? 

I miss my expanded page!

Original comment by marigl...@gmail.com on 8 Dec 2014 at 3:52

GoogleCodeExporter commented 9 years ago
Ditto.

Original comment by jeffrey....@gmail.com on 8 Dec 2014 at 12:32

GoogleCodeExporter commented 9 years ago
Looks like the last defect marked as Accepted here was in 2011; I've pinged him 
through various methods and no response. *sigh*, guess this project's dead.

Original comment by rick.carter on 21 Jan 2015 at 8:01

GoogleCodeExporter commented 9 years ago
I think, I've got a fix. Have to get in touch with the author to see what he 
says about my modifications...

Original comment by ldashevs...@gmail.com on 23 Feb 2015 at 11:34

GoogleCodeExporter commented 9 years ago
Ansel Santosa, the author, is not replying to me at this time. I will go ahead 
and make it available, but if he gets back to me with objections, please, 
respect his opinion.

Are you able to download and install the extension as the MGC.crx file from 
here:
https://drive.google.com/file/d/0B_W0sl_mP_8_MGt5R05DU1dNdms/view?usp=sharing
?

You can also take a look at my own customizations available here:
https://docs.google.com/document/d/1VVB81k50OchOIu1d_BVMUW1DkEtk7PEI9Cp-q8QBS2Y/
edit?usp=sharing
You can copy its contents, paste it on the extensions' options page and import.
Or you can grab just the custom CSS code, which is towards the end of the 
document, and paste it in the "General" section under "Custom CSS" field. It 
removes as much superflous space (especially vertical) as possible, see if you 
like it.

Here is the story of my own development:
After response number 4 in January, I thought to my self, let me see, if I can 
solve this. Having worked extensively with JavaScript and CSS I poked around in 
the console and managed to come up with some JS code to restore the needed 
behavior. Then I thought to myself, it should be simple to just inject the 
couple of lines and get it working again. Turns out I could not modify the 
extension's code in place. Never worked with Chrome extensions before, but 
decided to give it a shot. Then managed to unpack it and get it into 
development mode. But I guess, the development standards (specifically the 
security policy of Chrome's extensions) have since progressed a great deal, so 
I had to perform an entire overhaul of the extension for it to simply load with 
no errors, I basically modernized it by upgrading all of the old API calls and 
I added my own fix.

Thanks.
-Leo

Original comment by ldashevs...@gmail.com on 2 Mar 2015 at 4:21

GoogleCodeExporter commented 9 years ago
Thank you ldashevs...@gmail.com - it works great (instructions on how to 
install .crx: 
https://support.google.com/chrome_webstore/answer/2664769?p=crx_warning&rd=1)!

Original comment by je...@potoccy.edu.pl on 10 Mar 2015 at 1:51

GoogleCodeExporter commented 9 years ago
Unfortunately Chrome has disabled MGC.crx (in my case after restart or next 
day) because it does not come from Chrome Web Store, and it can not be enabled 
again (except if using Dev version of Chrome); see: 
https://support.google.com/chrome/answer/2811969?p=ui_remove_non_cws_extensions&
rd=1&hl=en for more info. @ldashevs...@gmail.com would you make it to the 
Chrome Web Store (and please update extension version number as a fork, so that 
it is easy to see that your version is higher than the last one by Ansel 
Santosa?).

Original comment by je...@potoccy.edu.pl on 12 Mar 2015 at 7:16

GoogleCodeExporter commented 9 years ago
I, unfortunately, do not have the time at the moment to deal with putting it 
into Chrome Web Store.
Let me know, if this other approach works for you better or not. Here is a link 
not to a *.crx file, but the entire source folder itself:
https://drive.google.com/folderview?id=0B_W0sl_mP_8_dWFwSkNKQ2YtNGs&usp=sharing
On your Extensions page on the top right make sure that the "Developer mode" 
checkbox is checked, then at the top you get a button "Load unpacked 
extension...", use it to point to the folder with the source code from the link 
above.

Original comment by ldashevs...@gmail.com on 12 Mar 2015 at 6:22

GoogleCodeExporter commented 9 years ago
I have installed the Dev version of Chrome for Windows and everything works 
fine with MGC.crx.

Original comment by je...@potoccy.edu.pl on 12 Mar 2015 at 10:24

GoogleCodeExporter commented 9 years ago
Yes, that's another approach. The dev version, is that Chromium with bluish 
icon instead of regular? Keep in mind though, from what I know, its downside is 
that it does not update on its own...

Original comment by ldashevs...@gmail.com on 12 Mar 2015 at 11:48

GoogleCodeExporter commented 9 years ago
The icon is normal, it may contain bugs. Will see how it works and if updates 
or not.

Original comment by je...@potoccy.edu.pl on 13 Mar 2015 at 4:57