Actions
Defect #10206
closedRevision graph height does not change when window size changes
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Files
Updated by Etienne Massip over 13 years ago
It'll end with a Event.observe(window, 'resize', ...)
, I guess.
Does every resizing needs a redraw?
Updated by Etienne Massip over 13 years ago
- Resolution set to Fixed
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?
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from New to Closed
I confirmed r8868 works fine on IE9 and Chrome 17.0.963.46 m on Windows.
Actions