Chrome 29 and Dojo 1.4-1.6

If you’re using Dojo 1.4, 1.5, or 1.6, you’ll need to update to the latest patch to fix a regression with the release of Chrome version 29.

Ticket 17400 has the details on the fix.

You can get the patch from GitHub for your particular version of Dojo, and this fix will be included in the next release for each of Dojo 1.4.x, 1.5.x. and 1.6.x.

If you are already using Dojo 1.7 or newer, this fix already exists within your code base.

8 thoughts on “Chrome 29 and Dojo 1.4-1.6

  1. Hi,

    I take several hours looking for the patch for DOJO 1.4, but i can’t find it.
    Can you help me with this problem pls….

    thanks.

  2. Hi Dylan,

    We are using dojo 1.4.1 and we need to download a patch for this version. You mentioned that it is in GitHub. Can you please give me some instructions on where I can find the patch? Thanks.

    Y.Y.

      1. Hi Dylan,
        we are planning to migrate our project which was build on dojo1.4 to dojo1.10, to resolve few accessibility issues.
        first of all , is it possible to migrate from 1.4 to 1.10?
        if yes, could you please let us know what all things we need.

        if we rebuild whole app on 1.10 from scratch, is it better way?
        Thanks

  3. Hi Dylan,
    since we have to use 2 different Dojo versions on the same page (Cocoon / cforms is still using 0.4), I need to make a custom build in order to get a separate namespace for Dojo (1.6.x). I have tested two builds, one of version 1.6.2 and one version 1.6.1 with only the mentioned patch. Both versions throw an error:
    firefox: TypeError: dojo.query is not a function
    chrome: Uncaught TypeError: Object # has no method ‘query’

    Since the patch seems to work fine for others, I assume this is related to the build / scopemap, I am using (scopeMap=[[\”dojo\”,\”dojoRelease\”],[\”dijit\”,\”dijitRelease\”],[\”dojox\”,\”dojoxRelease\”]]).

    Any idea what is wrong here?

    Thanks and cheers,
    Hans.

    1. Hans,

      Were you able to track down your error? I don’t have an obvious answer off the topic of my head, but you might want to ask on dojo-interest.

      -Dylan

Comments are closed.