roost-im / roost-client

The official client for Roost.
MIT License
1 stars 6 forks source link

Time-stamp shifts into message body #96

Closed dovej closed 10 years ago

dovej commented 10 years ago

Select message with cursor. Click on instance to narrow. Move cursor with arrow key. The timestamp of the originally selected message shifts into the message body.

dovej commented 10 years ago

I'm also randomly getting this shift as I arrow down through my "All Messages" pane. Not sure about reproing that.

dovej commented 10 years ago

It appears that when this happens, hovering over the timestamp it either the "right" or "wrong" location will cause the full timestamp to appear in the "right" location. Moving off of it causes the reduced timestamp to reappear in the "wrong" location.

jrafidi commented 10 years ago

Observed this issue and tried a CSS fix that isn't pushed yet. Can you confirm that this happens on not Chrome?

dovej commented 10 years ago

Just tried on Safari and failed to reproduce it.

jrafidi commented 10 years ago

Fixed (I think) in 9ea4d3da7ac4112a59a8f2e31491f2954edd6e45. The absolute position of the time was never pinned to the top as well, only to the right. Looks like Chrome takes liberty to adjust that in position absolute.