← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4975: (DV) IE9 fixes, now working properly.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 4975 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-10-18 16:22:45 +0200
message:
  (DV) IE9 fixes, now working properly.
modified:
  dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js
  dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js	2011-10-18 12:28:58 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/app.js	2011-10-18 14:21:51 +0000
@@ -259,7 +259,7 @@
                                 a.push(DV.util.chart.getEncodedSeriesName(item.name));
                             });
                         }
-                    });
+                    });                    
                     return a;
                 },
                 getNameById: function(id) {
@@ -537,12 +537,12 @@
             this.indiment = DV.util.dimension[i].getNames();
             this.period = DV.util.dimension[p].getNames();
             this.organisationunit = DV.util.dimension[o].getNames();
-            
+
             if (!this.indiment.length || !this.period.length || !this.organisationunit.length) {
                 alert('form is not complete');
                 return;
             }
-    
+            
             this.indicator = this.indiment;
             this.dataelement = this.indiment;
             
@@ -889,12 +889,9 @@
                 items: [
                     {
                         xtype: 'toolbar',
-                        layout: 'anchor',
                         height: 44,
                         style: 'padding-top:2px; border-style:none',
                         defaults: {
-                            xtype: 'button',
-                            width: 40,
                             height: 40,
                             toggleGroup: 'chartsettings',
                             handler: DV.util.button.toggleHandler,
@@ -910,43 +907,57 @@
                             {
                                 xtype: 'label',
                                 text: 'Chart type',
-                                style: 'font-size:11px; font-weight:bold; padding:0 8px 0 10px'
+                                style: 'font-size:11px; font-weight:bold; padding:12px 8px 0 10px'
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/column.png',
                                 name: DV.conf.finals.chart.column,
                                 tooltip: 'Column chart',
+								width: 40,
                                 pressed: true
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/column-stacked.png',
                                 name: DV.conf.finals.chart.column_stacked,
-                                tooltip: 'Stacked column chart'
+                                tooltip: 'Stacked column chart',
+								width: 40
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/bar.png',
                                 name: DV.conf.finals.chart.bar,
-                                tooltip: 'Bar chart'
+                                tooltip: 'Bar chart',
+								width: 40
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/bar-stacked.png',
                                 name: DV.conf.finals.chart.bar_stacked,
-                                tooltip: 'Stacked bar chart'
+                                tooltip: 'Stacked bar chart',
+								width: 40
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/line.png',
                                 name: DV.conf.finals.chart.line,
-                                tooltip: 'Line chart'
+                                tooltip: 'Line chart',
+								width: 40
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/area.png',
                                 name: DV.conf.finals.chart.area,
-                                tooltip: 'Area chart'
+                                tooltip: 'Area chart',
+								width: 40
                             },
                             {
+								xtype: 'button',
                                 icon: 'images/pie.png',
                                 name: DV.conf.finals.chart.pie,
-                                tooltip: 'Pie chart'
+                                tooltip: 'Pie chart',
+								width: 40
                             }
                         ]
                     },                    
@@ -958,14 +969,13 @@
                             {
                                 xtype: 'panel',
                                 bodyStyle: 'border-style:none; background-color:transparent; padding:0 2px',
-                                layout: 'anchor',
                                 items: [
                                     {
                                         xtype: 'label',
                                         text: 'Series',
                                         style: 'font-size:11px; font-weight:bold; padding:0 3px'
                                     },
-                                    { html: '<div style="height:2px"></div>', bodyStyle: 'border-style:none;background-color:transparent' },
+                                    { bodyStyle: 'padding:1px 0; border-style:none;	background-color:transparent' },
                                     {
                                         xtype: 'combobox',
                                         name: DV.conf.finals.chart.series,
@@ -991,14 +1001,13 @@
                             {
                                 xtype: 'panel',
                                 bodyStyle: 'border-style:none; background-color:transparent; padding:0 2px',
-                                layout: 'anchor',
                                 items: [
                                     {
                                         xtype: 'label',
                                         text: 'Category',
                                         style: 'font-size:11px; font-weight:bold; padding:0 3px'
                                     },
-                                    { html: '<div style="height:2px"></div>', bodyStyle: 'border-style:none;background-color:transparent' },
+                                    { bodyStyle: 'padding:1px 0; border-style:none;	background-color:transparent' },
                                     {
                                         xtype: 'combobox',
                                         name: DV.conf.finals.chart.category,
@@ -1025,14 +1034,13 @@
                             {
                                 xtype: 'panel',
                                 bodyStyle: 'border-style:none; background-color:transparent; padding:0 2px',
-                                layout: 'anchor',
                                 items: [
                                     {
                                         xtype: 'label',
                                         text: 'Filter',
                                         style: 'font-size:11px; font-weight:bold; padding:0 3px'
                                     },
-                                    { html: '<div style="height:2px"></div>', bodyStyle: 'border-style:none;background-color:transparent' },
+                                    { bodyStyle: 'padding:1px 0; border-style:none;	background-color:transparent' },
                                     {
                                         xtype: 'combobox',
                                         name: DV.conf.finals.chart.filter,

=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css	2011-10-17 14:43:56 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css	2011-10-18 14:21:51 +0000
@@ -278,4 +278,3 @@
     padding-left: 19px;
     background-image: url('../images/datatable.png');
 }
-