DTGE support

Issue #1 new
Lee Kelleher created an issue

Hi Jonathan,

Support required for DocTypeGridEditor. When the google map editor is used in a doctype by DTGE, the following issues occur:

  • Location/place search doesn't return any results. A JS error appears in the console:
Uncaught TypeError: Cannot read property 'location' of undefined(…)
  place_changed @ agm.js?cdv=227787807:970

I assume this is due to the context of the "$scope" ... maybe it conflicts with DTGE? (not sure, I haven't looked into it)

  • With the Co-ordinates field, if it's manually updated, should this automatically update the map? If so, that doesn't happen within DTGE. (There is no JS error though)

  • When moving the marker on the map, the co-ordinates only update if you move the marker towards the right. If you move it towards the left, it doesn't update. (I know, I know, that's a strange one)

  • Changing the zoom doesn't update the co-ordinates either.


This is tested using Chrome v54.0.2840.99 (current latest) on Umbraco v7.5.4

If you need any other details, (or video/screengrabs), please let me know.

Thanks, - Lee

Comments (2)

  1. Tom Pipe

    Encountered this issue myself today, and spent an obscene amount of time investigating it, considering what the fix turned out to be 😡

    #AGM_map_lookup{
        z-index: 10000 !important;
    }
    
  2. Log in to comment