Defect #10206
closed
Revision graph height does not change when window size changes
Added by Toshi MARUYAMA over 13 years ago.
Updated over 13 years ago.
Files
It'll end with a Event.observe(window, 'resize', ...)
, I guess.
Does every resizing needs a redraw?
Seeing all revisions, redrawing on resize seems to be:
- a bit painful for IE 9 which triggers multiple events even on simple maximize/minimize window
- almost smooth for FF 10 but it still takes a little time to redraw the graph
- perfectly smooth on Chrome 17, I was wondering if it actually redrew the graph and it did
A quick try to debounce was not very convincing...
Seems still very usable, what do you think Toshi?
- Status changed from New to Closed
I confirmed r8868 works fine on IE9 and Chrome 17.0.963.46 m on Windows.
Also available in: Atom
PDF