gco / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

A comment draft window that was previously opened with one size should have the same size when reopening. #408

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Create a comment
2.  Resize the window, add a lot of text.
3.  Save the comment.
4.  Open the comment again.

What is the expected output? What do you see instead?
I expect the comment window to open at the same size as it did when I closed 
it.  It opens at the original default size.

What browser are you using?  What version? On what operating system?
Chrome 24 beta / Linux

At what URL are you accessing Rietveld?  (e.g. codereview.appspot.com)
Please note if you are using the Google Apps Labs version (e.g.
codereview.<yourdomain>).

codereview.basis.com

*** If you are a Google employee please say so or mail rietveld-admins@
directly. ***

Please provide any additional information below.

Original issue reported on code.google.com by ahaw...@basis.com on 13 Dec 2012 at 3:48

GoogleCodeExporter commented 9 years ago
Some folks on my project have also been frustrated by the size of the comment 
text area.  Seems like there are several solutions -

* Just make it bigger (fixed size or relative). Every person I watch use it 
always starts by making it bigger!
* Store your last size (site-wide, not per comment) in a cookie? Local storage?

Obviously just making it bigger would be the easiest. Would that be sufficient?

Original comment by jparent@chromium.org on 8 May 2013 at 10:46