/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to BUGS

  • Committer: Suren A. Chilingaryan
  • Date: 2013-01-25 23:38:09 UTC
  • Revision ID: csa@dside.dyndns.org-20130125233809-atrvwxatfc7gdzt8
Update of ToDo lists

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 may fail as well.
23
23
 For the check, we can try to ignore the inappropriate symbols (only if md5 is
24
24
 switched off). So, the stripping should be performed by caching code.
 
25
 - In the non-0 caching modes, the last interval is not displayed. Why cache is
 
26
 not returning the last point?
25
27
 
26
28
VIEWS
27
29
=====
64
66
 
65
67
Web Frontend
66
68
============
 
69
 - Rising memory consumption with Firefox (and I guess other browsers)
67
70
 - Passing away pointer to "this" in JS-constructors may be problematic (no 
68
71
 errors, but this will be an incorrect "this").
69
72
 - Chromium and arora doesn't respect disabled states while setting initial 
70
73
 choices of select (scatter plot options). Just force proper selection.
 
74
 - Opera/Chrome do not resize source popup properly on axes update. If width
 
75
 of axes tab grows, it just gets out of popup borders.
 
76
 - The following case: We made a selection and opened one of the popups. The
 
77
 forced graph update have canceled selection. However, the selected values
 
78
 are still present window configuration dialog.  Should we cancel them? 
 
79
 Or should we re-draw selection after update?
 
80
 - At the moment on the browser window resize the graphic is not autoupdated,
 
81
 we probably should force update.
71
82
 
 
83
Graph
 
84
=====
 
85
 - Prevent complete shadowing (filling) of screen with a single chart in the 
 
86
 multiaxis mode. Try to find such axes and fix the problem by stacking them 
 
87
 vertically and increasing axis range.
 
88
 - Logarithmic axes has problems with drawing 0 values, - where should we
 
89
 start?