gitgift / minimalist

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

Hide keep unread button not working #305

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely: In the Google Reader module, under 
Main - Items - Hide keep unread button, when I select this option it does not 
hide the keep unread button.

Minimalist version   - 0.6.7
Relevant core module - Google Reader
Chrome version       - 26.0.1403.0 dev-m
Operating System     - Vista
Language             - English
Google Apps user?    - No
Other extensions     - AdBlock 2.5.58, Black Bar Removal 3.0.0.2, Chat for 
Google 1.2013.130.2, Checker Plus for Gmail™ 11.1, Chromium Wheel Smooth 
Scroller 1.3.3, clockium 1.3, No Scroll Bars Please! 1.0, Super Full Feeds for 
Google Reader™ 1.3.2, Tabs to the front! 0.2.4 

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

Original issue reported on code.google.com by andrew.a...@gmail.com on 10 Feb 2013 at 7:58

GoogleCodeExporter commented 8 years ago
I can't reproduce this issue. To help me debug:
  * Right click Keep Unread button in Google Reader
  * Click Inspect Element
  * Resize the code panel so I can see as much as possible
  * Take a screenshot and upload it here

Thanks!

Original comment by anst...@gmail.com on 14 Feb 2013 at 6:42

GoogleCodeExporter commented 8 years ago
Thank you for your help!

I apologize for the unusual overlapping text in my screenshot; I cannot get rid 
of it.

Please let me know if you would like me to scroll to a different part of the 
screenshot and upload a new picture.

ALSO, if it's any assistance: In Google Reader, when I hover my mouse over the 
"Keep unread" button, the arrow changes to a finger and the tool tip "Keep 
unread" appears; HOWEVER, when I mouse over the only other button I have 
showing (i.e. email), the arrow does not change and there is no tool tip.

Original comment by andrew.a...@gmail.com on 14 Feb 2013 at 8:56

Attachments:

GoogleCodeExporter commented 8 years ago
Wow! What on earth is happening there. Is that the screenshot's fault or the 
browser's? Very odd.

What's even more odd is that it should be working. The only thing I can think 
to try is to go to Minimalist Dashboard > Google Reader > Edit > Main > Items > 
Hide keep unread button

and change `display: none;` on line 2 to `display: none !important;`

Your selector seems to match and the button should be hiding.

Original comment by anst...@gmail.com on 15 Feb 2013 at 5:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hah, problem solved! Changing to "display: none !important;" did the trick.

You rock, and thanks again for both the excellent help and for the
excellent extension.

Original comment by andrew.a...@gmail.com on 15 Feb 2013 at 5:33

GoogleCodeExporter commented 8 years ago
Thanks Andrew, I'll make sure this fix gets into the next version.

Original comment by anst...@gmail.com on 15 Feb 2013 at 5:34