rayantony / minimalist-gmail

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

"Hide Inbox link" option hides Priority Inbox link instead #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist Gmail option is causing the problem?
The "Hide Inbox link" option

What is the problem? Describe completely:
When using Priority Inbox, this option hides the Priority Inbox link instead of 
the regular Inbox link. I would expect it to hide both or provide an option for 
each.

Does the issue persist when loading Gmail with this link:
https://mail.google.com/mail/u/0/?labs=0 if not, list your enabled labs
experiments:
Yes, it does.

Chrome version         -9.0.597.83
Chrome update channel  -Beta
Operating System       -XP Pro
Language               -English
Google apps user?      -No
Other Gmail extensions -None

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

Original issue reported on code.google.com by ChronoH...@gmail.com on 31 Jan 2011 at 9:05

GoogleCodeExporter commented 9 years ago
Forgot to attach a screenshot...

Original comment by ChronoH...@gmail.com on 31 Jan 2011 at 9:08

Attachments:

GoogleCodeExporter commented 9 years ago
That feature is actually supposed to only hide the Inbox link and it's meant 
for Priority Inbox users who don't want to see it anymore. Working on a fix.

Original comment by anst...@gmail.com on 31 Jan 2011 at 11:29

GoogleCodeExporter commented 9 years ago
I've found the issue, Priority Inbox is the top link on the navigation with 
Priority Inbox enabled as default. Since Inbox then becomes dragable there is 
no way for me to hid it with CSS and it's not worth the processor cycles for me 
to fix universally.

You can still hide it in Custom CSS with:

div[role = 'navigation'] div.TO:nth-child(X) { display: none !important; }

Where x is the location in the dropdown where it is located.

Original comment by anst...@gmail.com on 31 Jan 2011 at 11:47