Dustin Getz
Dustin Getz
I think this may still be a future technical simplification, i am not sure.
I will add the style prop if you want it. But you can use any browser layout technique that doesn't require the hard coded height for example http://stackoverflow.com/questions/17141961/css-layout-with-fixed-top-and-bottom-variable-height-middle. You shouldn't...
Can I see a fiddle? If react-chatview is causing this, it is a bug. Any layout where you can make a regular old div do what you want, you should...
Oh, sure, sorry. I'll get that sorted tomorrow afternoon. On Saturday, January 9, 2016, Alex Klibisz [email protected] wrote: > Do you have a recommendation for how to pull react and...
Here is a fiddle. https://jsfiddle.net/dustingetz/xvqzw747/
@alexklibisz any updates? can I close this?
Thank you for the fiddle! I understand what you mean now. Yes, this is a bug. You can also trigger it if a message's content resizes (e.g. is edited or...
And do I need to expose this.props.style - are you using a modified react-chatview?
It's going to be a hard problem to solve, everything about an infinite scroll component is a shitty problem. The source is only 140 lines though so you're welcome to...
@Lokeh , did you ever investigate this and if so what did you find?