thedjpetersen / subway

ABANDONED - A web based IRC client
1.47k stars 152 forks source link

Orange "More" in lower left shows up and doesn't go away #327

Open cjb opened 10 years ago

cjb commented 10 years ago

This was pretty soon after starting a new session. Switching channels and resizing the browser window didn't help. Chrome 33 on Linux. No errors in JS console.

thedjpetersen commented 10 years ago

Any other Linux users able to repro this? It seems to work fine for me on Mac.

tlaundal commented 10 years ago

I've had the same problem on the refactored version, but I thought it was a feature.

  1. mai 2014 10:14 skrev "David Petersen" notifications@github.com følgende:

Any other Linux users able to repro this? It seems to work fine for me on Mac.

— Reply to this email directly or view it on GitHubhttps://github.com/thedjpetersen/subway/issues/327#issuecomment-42642884 .

thedjpetersen commented 10 years ago

I think the problem he is having @totokaka is that it doesn't go away even when there is no where to scroll.

cjb commented 10 years ago

It happens when I join the first channel. It's a pretty big channel (user list requires scrolling), could that be it?

tlaundal commented 10 years ago

Hmm , it's quite a while since I did this, but I seem to remember the box was there from the start, and didn't go away, even though there was nowhere to scroll.

  1. mai 2014 16:31 skrev "David Petersen" notifications@github.com følgende:

I think the problem he is having @totokaka https://github.com/totokakais that it doesn't go away even when there is no where to scroll.

— Reply to this email directly or view it on GitHubhttps://github.com/thedjpetersen/subway/issues/327#issuecomment-42672304 .

cjb commented 10 years ago

Hm, now Subway keeps jumping back up to an early time in the channel instead of staying at the bottom. I wonder if that's the same bug.

thedjpetersen commented 10 years ago

I was able to fix the jumping up bug - it happens when you are embedding image/youtube. That is unrelated.

hrj commented 9 years ago

I experience this too on Chromium 39 + Ubuntu.

Btw, there are quite a few warnings from react:

Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory Warning: React.renderComponent will be deprecated in a future version. Use React.render instead. Each child in an array should have a unique "key" prop. Check the renderComponent call using <undefined>. See http://fb.me/react-warning-keys for more information.