rnwood / smtp4dev

smtp4dev - the fake smtp email server for development and testing
BSD 3-Clause "New" or "Revised" License
3.07k stars 344 forks source link

[Bug] Header view keeps being pushed aside #68

Closed joachimcarrein closed 4 years ago

joachimcarrein commented 5 years ago

When I click an email and select Headers, the divider starts to shift right and doesn't stop. until it is off screen (and even then still appears to go on)

smtp4dev is executed as service, on http://0.0.0.0:80 web interface is accessed from another machine in firefox, also tested in chrome

video_2018-10-30_134715

RCatersels commented 5 years ago

Yes, I have this also.

edtorba commented 5 years ago

Same on Win 10, Chrome 70.0.3538.110

rnwood commented 5 years ago

I can confirm that I can reproduce this. I've done some experimentation and It appears to be an issue with the elementui (a UI toolkit the project uses) table control when there are two table controls across the width of page in a flex layout, and where both the tables have a column set to autosize to fill the remaining width.

I have committed a temporary workaround which is simply to give one of the columns a fixed width. I will look into a better solution.

Edit: clarification