Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

This is Mercurial repository revision graph.
http://selenic.com/repo/hg


Files

hg.png (31.7 KB) hg.png Toshi MARUYAMA, 2012-02-12 01:24
Actions #1

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?

Actions #2

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?

Actions #3

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

Also available in: Atom PDF