google-code-export / minimalist

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

Toggle-hide Reply placeholder but show it when 'r' ir 'Reply' is pressed #283

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I remember the older version had this (<0.6 I think).
Hide the reply box but show it a-lathe Google Bar hide toggle when the reply 
button or keyboard shortcut 'r' is pressed.

This would be awesome :)

Original issue reported on code.google.com by FredGoli...@gmail.com on 25 Jan 2013 at 9:46

GoogleCodeExporter commented 9 years ago
Fail on my part, sorry. It should definitely become visible when you actually 
reply...

Original comment by anst...@gmail.com on 25 Jan 2013 at 10:01

GoogleCodeExporter commented 9 years ago
Fixed in 0.6.6. Please update and confirm

Original comment by anst...@gmail.com on 4 Feb 2013 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by anst...@gmail.com on 4 Feb 2013 at 2:29

GoogleCodeExporter commented 9 years ago
Update doesn't hide reply box at all :/
(Eng-gb Gmail) Chrome 26 dev

Original comment by FredGoli...@gmail.com on 5 Feb 2013 at 9:29

GoogleCodeExporter commented 9 years ago
Working for me still... To help me debug, please right-click your reply 
placeholder and click "Inspect Element". Make the panel of code as large as 
possible and upload a screenshot of it.

Thanks!

Original comment by anst...@gmail.com on 5 Feb 2013 at 4:01

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

Original comment by anst...@gmail.com on 5 Feb 2013 at 4:01

GoogleCodeExporter commented 9 years ago
Attached

Original comment by FredGoli...@gmail.com on 5 Feb 2013 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks Fred,

1. Dashboard > Gmail > Edit > Main > Message > Hide reply
2. Change `.acV` to `.ac5`

Does that fix the issue?

Original comment by anst...@gmail.com on 5 Feb 2013 at 4:32

GoogleCodeExporter commented 9 years ago
.ac5 correctly hides the reply box, but pressing 'r' or Reply activates the 
reply function but nothing is displayed. Changing .ac5 to display:block shows 
it again. Seems like it's the right handler but it's not activating during the 
unhide.

Original comment by FredGoli...@gmail.com on 5 Feb 2013 at 4:36

GoogleCodeExporter commented 9 years ago
What if you change it to `.gt`?

Original comment by anst...@gmail.com on 5 Feb 2013 at 4:40

GoogleCodeExporter commented 9 years ago
.gt display:none - hides everything in the message  -email address, reply 
button, subject, body!

Just had a fiddle and '.iq' works in both hiding reply box, allowing it to be 
show after pressing Reply, and also to hide again is Discard is pressed.

Original comment by FredGoli...@gmail.com on 5 Feb 2013 at 4:50

GoogleCodeExporter commented 9 years ago
Interesting, thanks for the help Fred, I will be updating the selector to:
    .acV,
    .iq {
        display: none;
    }

Original comment by anst...@gmail.com on 5 Feb 2013 at 4:52