Skip to content

Conflict with Google maps Joomla plugin #27

@Libbum

Description

@Libbum

This Joomla plugin: http://extensions.joomla.org/extensions/extension/maps-a-weather/maps-a-locations/google-maps-by-reumer
shows a map with information about a point of interest.

When used in conjunction with the markdown editor parsing articles, line 39 of /main/assets/js/content.js throws a null exception.

e.addClass(option.Article_ImageClass);

I think this is occurring because the maps plugin ultimately renders a number of image tags but many are hidden and/or are dynamically updated via additional javascript.

Regardless, the null error can be ignored by putting a try/catch around line 39 and everything works as expected. Not sure if this is the most elegant way to fix the problem though - hence this issue rather than a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions