
Confirmed in Hotfix branch too!
The issue has been tested on recent version of SuiteCRM(7.7.4), and it appear,
We assign this issue as a bug.
@horus68 , thanks for additional informations.
@Mausino , thanks for raise this issue.
I have a workaround (not a fix)
I had a user complaining that the column widths were collapsing on each refresh of the Emails page. They had to keep resizing the columns after each reload.
After much head scratching I managed to figure out that the column widths are controlled by the cookie value 'EmailGridWidths'. I set the value to "0=10&1=10&2=350&3=650&4=125&5=250" which expanded the columns to take up most of the screen width.
The code that sets the cookie value seems to be very temperamental (width adjustments rarely seem to stick), I found multiple 'EmailGridWidths' values in the cookie with different expiry times. Perhaps this issue could also be looked at the same time as the OP issue.
Unable to replicate in 7.8.x. Please re-open if this is still an issue you can replicate and provide clear steps for. Thanks.
Most helpful comment
I have a workaround (not a fix)
I had a user complaining that the column widths were collapsing on each refresh of the Emails page. They had to keep resizing the columns after each reload.
After much head scratching I managed to figure out that the column widths are controlled by the cookie value 'EmailGridWidths'. I set the value to "0=10&1=10&2=350&3=650&4=125&5=250" which expanded the columns to take up most of the screen width.
The code that sets the cookie value seems to be very temperamental (width adjustments rarely seem to stick), I found multiple 'EmailGridWidths' values in the cookie with different expiry times. Perhaps this issue could also be looked at the same time as the OP issue.