gitgift / minimalist

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

Docs Viewer for Gmail attachment layout problems #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely:

Minimalist version   - 0.6.8
Relevant core module - Gmail Version 3.0.2
Chrome version       - 29.0.1547.66 m
Operating System     - Windows 7 Home Premium
Language             - En
Google Apps user?    - Y
Other extensions     -

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

The Gmail option Appearance->Hide Google Bar causes a layout conflict when 
viewing attachments via Docs Viewer in the browser.  The Title and Add to 
Drive, Download Original buttons are obscured.  Appears to be related to 
viewport size, per the attached screenshots.

Because Docs Viewer includes 
"&url=https://mail.google.com/mail/u/0/?ui%3D2%26ik%3..." in the url, the 
Minimalist Gmail module is triggered.

Maybe just need a Reg Exp match for @includes?  Like ^mail.google* ? Or is this 
something that can be done already?

Many thanks.

Original issue reported on code.google.com by t...@cherrytreedesign.com on 6 Sep 2013 at 7:29

Attachments:

GoogleCodeExporter commented 8 years ago
Changing @includes to "https://mail.google*" fixed the issue.

Original comment by t...@cherrytreedesign.com on 6 Sep 2013 at 7:34