Browsers supported by DHIS

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

···

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

Hi Archana,

We recommend Chrome, but dhis2 runs on any standard compliant web browser such as Chrome, Firefox, Opera, Safari 4 or Internet Explorer 9+.

You can find more info here: https://www.dhis2.org/technology

Cheers,

Matthieu

···

Den fredag 19. august 2016 skrev Archana Chillala archanac@thoughtworks.com følgende:

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks


Matthieu Pinard

DHIS 2 Academy online | University of Oslo

Hi Matthieu,

We are facing issues with running dhis2 on Firefox. In the dataentry app, org unit tree is not loading and hence we are not able to do dataentry.

**OS ** : Mac OSX Yosemite (10.10.5)

**Browser ** : Firefox 48.0.1

console : error

url : https://play.dhis2.org/demo/dhis-web-dataentry/index.action

Error in code at highlighted line:

        Object.defineProperties( dhis2.storage.IndexedDBAdapter.prototype, { 'open': { value: function() { var self = this; var deferred = $.Deferred(); var request = window.indexedDB.open( [self.name](http://self.name)
                , self.version ); request.onupgradeneeded = function( e ) { self._db = e.target.result; $.each( self.objectStoreNames, function( idx, item ) { if( self._db.objectStoreNames.contains( item ) ) { self._db.deleteObjectStore( item ); } } ); $.each( self.objectStoreNames, function( idx, item ) { self._db.createObjectStore( item ); } ); }; request.onsuccess = function( e ) { self._db = e.target.result; deferred.resolveWith( self ); }; request.onerror = function( e ) {                     console.log( 'error' );

It is failing at the above highlighted blue line.

Regards,

Sultan Ahamar.

···

On Fri, Aug 19, 2016 at 1:01 PM, Matthieu Pinard matthieu@pinard.no wrote:

Hi Archana,

We recommend Chrome, but dhis2 runs on any standard compliant web browser such as Chrome, Firefox, Opera, Safari 4 or Internet Explorer 9+.

You can find more info here: https://www.dhis2.org/technology

Cheers,

Matthieu

Den fredag 19. august 2016 skrev Archana Chillala archanac@thoughtworks.com følgende:

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

Matthieu Pinard

DHIS 2 Academy online | University of Oslo

Hi Sultan,

okay. It works for me here on Firefox on the play demo. Which exact Firefox version + OS are you using?

Do you think you could provide a bit more detail, like the exact console output from the dev tools?

Could this be related to meta-data issues? Can you share a login to your system privately?

regards,

Lars

···

On Fri, Aug 19, 2016 at 11:07 AM, Sultanahamar Mohammad sultanm@thoughtworks.com wrote:

Hi Matthieu,

We are facing issues with running dhis2 on Firefox. In the dataentry app, org unit tree is not loading and hence we are not able to do dataentry.

**OS ** : Mac OSX Yosemite (10.10.5)

**Browser ** : Firefox 48.0.1

console : error

url : https://play.dhis2.org/demo/dhis-web-dataentry/index.action

Error in code at highlighted line:

Object.defineProperties( dhis2.storage.        IndexedDBAdapter.prototype, { 'open': { value: function() { var self = this; var deferred = $.Deferred(); var request = window.indexedDB.open( [self.name](http://self.name)
                , self.version ); request.onupgradeneeded = function( e ) { self._db = e.target.result; $.each( self.objectStoreNames, function( idx, item ) { if( self._db.objectStoreNames.                            contains( item ) ) { self._db.deleteObjectStore( item ); } } ); $.each( self.objectStoreNames, function( idx, item ) { self._db.createObjectStore( item ); } ); }; request.onsuccess = function( e ) { self._db = e.target.result; deferred.resolveWith( self ); }; request.onerror = function( e ) {                     console.log( 'error' );

It is failing at the above highlighted blue line.

Regards,

Sultan Ahamar.


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

On Fri, Aug 19, 2016 at 1:01 PM, Matthieu Pinard matthieu@pinard.no wrote:

Hi Archana,

We recommend Chrome, but dhis2 runs on any standard compliant web browser such as Chrome, Firefox, Opera, Safari 4 or Internet Explorer 9+.

You can find more info here: https://www.dhis2.org/technology

Cheers,

Matthieu

Den fredag 19. august 2016 skrev Archana Chillala archanac@thoughtworks.com følgende:

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

Matthieu Pinard

DHIS 2 Academy online | University of Oslo

Lars Helge Øverland

Lead developer, DHIS 2

University of Oslo

Skype: larshelgeoverland

lars@dhis2.org

http://www.dhis2.org

This happens because IndexedDB is not available in Private Mode on Firefox. There really is nothing we can do about it.

Just use normal browsing mode and it should work fine.

···

On Fri, Aug 19, 2016 at 11:07 AM, Sultanahamar Mohammad sultanm@thoughtworks.com wrote:

Hi Matthieu,

We are facing issues with running dhis2 on Firefox. In the dataentry app, org unit tree is not loading and hence we are not able to do dataentry.

**OS ** : Mac OSX Yosemite (10.10.5)

**Browser ** : Firefox 48.0.1

console : error

url : https://play.dhis2.org/demo/dhis-web-dataentry/index.action

Error in code at highlighted line:

Object.defineProperties( dhis2.storage.        IndexedDBAdapter.prototype, { 'open': { value: function() { var self = this; var deferred = $.Deferred(); var request = window.indexedDB.open( [self.name](http://self.name)
                , self.version ); request.onupgradeneeded = function( e ) { self._db = e.target.result; $.each( self.objectStoreNames, function( idx, item ) { if( self._db.objectStoreNames.                            contains( item ) ) { self._db.deleteObjectStore( item ); } } ); $.each( self.objectStoreNames, function( idx, item ) { self._db.createObjectStore( item ); } ); }; request.onsuccess = function( e ) { self._db = e.target.result; deferred.resolveWith( self ); }; request.onerror = function( e ) {                     console.log( 'error' );

It is failing at the above highlighted blue line.

Regards,

Sultan Ahamar.


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

On Fri, Aug 19, 2016 at 1:01 PM, Matthieu Pinard matthieu@pinard.no wrote:

Hi Archana,

We recommend Chrome, but dhis2 runs on any standard compliant web browser such as Chrome, Firefox, Opera, Safari 4 or Internet Explorer 9+.

You can find more info here: https://www.dhis2.org/technology

Cheers,

Matthieu

Den fredag 19. august 2016 skrev Archana Chillala archanac@thoughtworks.com følgende:

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

Matthieu Pinard

DHIS 2 Academy online | University of Oslo

Halvdan Hoem Grelland

Software developer, DHIS 2

University of Oslo

http://www.dhis2.org

Okay. Thanks for the information, Matthieu.

···

On Fri, Aug 19, 2016 at 1:01 PM, Matthieu Pinard matthieu@pinard.no wrote:

Hi Archana,

We recommend Chrome, but dhis2 runs on any standard compliant web browser such as Chrome, Firefox, Opera, Safari 4 or Internet Explorer 9+.

You can find more info here: https://www.dhis2.org/technology

Cheers,

Matthieu

Den fredag 19. august 2016 skrev Archana Chillala archanac@thoughtworks.com følgende:

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

Matthieu Pinard

DHIS 2 Academy online | University of Oslo

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

But in normal browsing mode, we have caching issues going on :frowning: May be we should start fixing caching issues… :slight_smile:

···

On Fri, Aug 19, 2016 at 3:46 PM, Archana Chillala archanac@thoughtworks.com wrote:

Okay. Thanks for the information, Matthieu.

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

On Fri, Aug 19, 2016 at 1:01 PM, Matthieu Pinard matthieu@pinard.no wrote:

Hi Archana,

We recommend Chrome, but dhis2 runs on any standard compliant web browser such as Chrome, Firefox, Opera, Safari 4 or Internet Explorer 9+.

You can find more info here: https://www.dhis2.org/technology

Cheers,

Matthieu

Den fredag 19. august 2016 skrev Archana Chillala archanac@thoughtworks.com følgende:

Hi Team,

We’d like to know, what are the standard set of browsers that are currently supported by DHIS?

Thank you.

Cheers,

Archana Chillala
Application Developer
Email
archanac@thoughtworks.com
Telephone
+91 9100960533
ThoughtWorks

Matthieu Pinard

DHIS 2 Academy online | University of Oslo