/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to docs/BUGS

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Browser Specific
 
2
================
 
3
 Opera (9.25): 
 
4
    - Slow JS script handling: Selection, Window movements
 
5
    - Centring for popup labels is not working
 
6
 
 
7
 IE6:
 
8
    - If legend (and other dialog) window is resized to very small size, IE6
 
9
    hides end part of titlebar background.
 
10
    - Then dialog window is over 'SELECT' form items, it's edges are damaged.
 
11
    This is because in IE6 the z-index is ignored for 'SELECT' and the used fix
 
12
    utilizes iframe to get rid of. But if iframe would be made to big it will
 
13
    prevent dialog resizing. So the edges are sacrificed to the resizing.
 
14
        + Still the bug in some conditions (not tracked at the moment) still
 
15
        introduces itself in full his mighty.
 
16
 
 
17
 IE:
 
18
    - IE ignores CSS construct ':before { content: "{" }. Therefore, there is
 
19
    no better then color indictation of the currently selected source module.
 
20
    - Sometimes IE resizes Legend dialogs in that way that its width slightly 
 
21
    shorter than necessary and therefore the vertical scrollbar is appeared.
 
22
    - When the 'SELECT' element have big titles which are not fitting in
 
23
    the allocated space, the good browsers (Gecko, Safari, Opera) on 'select' 
 
24
    action resize popup window to full width. The IE doesn't. So only the 
 
25
    starting part of the titles is visible.
 
26
 
 
27
 KONQ3:
 
28
    - Not working at all
 
29
    - Konqueror 3 is reported to not support mouse wheel events
 
30