sindresorhus / refined-twitter

Browser extension that simplifies the Twitter interface and adds useful features
MIT License
1.31k stars 89 forks source link

Top bar disappears quickly after page load, impossible to click "Follow" #135

Closed hmemcpy closed 6 years ago

hmemcpy commented 6 years ago

See this gif: aug-16-2018 20-00-36

I'd really like to keep this bar permanently visible to see followers count on any profile.

jorgegonzalez commented 6 years ago

Hmm I can't reproduce.

sindresorhus commented 6 years ago

I can reproduce this every time on Chrome on Mac, for example: https://twitter.com/sindresorhus

jorgegonzalez commented 6 years ago

Weird, also on Chrome for Mac and I'm not seeing this issue.

azdanov commented 6 years ago

Same but on Windows 10. It happens when screen height gets larger than 720px.

twitter com_sindresorhus

azdanov commented 6 years ago

Here developer tools are open and make the screen height less than 720px.

twitter com_sindresorhus 1

jorgegonzalez commented 6 years ago

Thanks @azdanov I can reproduce.

OleksandrBilenko commented 6 years ago

Try this solution: https://github.com/sindresorhus/refined-twitter/issues/129#issuecomment-415083297

ryota-murakami commented 6 years ago

Yeah, surely that will be fix if you turn off Hide Profile Card.(https://github.com/sindresorhus/refined-twitter/issues/135#issuecomment-415083466)

But problem is also hide follow button toolbar when you turn of Hide Profile Card. As @azdanov says button toolbar is shown if you enable chrome devtools. So i think might be ideal behavior is hide profile card only, button toolbar`

ryota-murakami commented 6 years ago

I think might be the issue is relative to Window.innerHeight. I tried change Window.innerHeight value with Chrome DevTools.

Please refer following video, if DevTools lift up, follow button was showing. Else if DevTools lift down, follow button was hiding.

Video

https://www.dropbox.com/s/r9ey72dkah2wprt/tweetButton.mp4?dl=0

faahim commented 6 years ago

I'm having the same issue! After having it for a few days, I decided to create an issue and recorded this video for reference. Good to see it's already brought up! It's been really hard to follow people! :slightly_smiling_face:

Video Here

I use Arch Linux and a 1080p screen, just in case it helps.