When Term Level is used with the Bootstrap theme, the javascript to remove the Term and to add more Terms does not work.

This happens because Bootstrap converts all Submit Input Button as HTML Button, while the Javascript uses the selector input.form-submit. Due to the conversion there is no such object and so it fails.

Correction could be made by making changes in the way the selector is used.

CommentFileSizeAuthor
#2 bootstrap-2205363-2.patch1.12 KBclaudiu.cristea

Comments

claudiu.cristea’s picture

I can confirm this.

How did you fix this?

claudiu.cristea’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.12 KB

Here's a patch.

sumaiyajaved’s picture

hey it worked ... you saved so much of my time ... Thank you :)

claudiu.cristea’s picture

@sumaiyajaved, if you tested and worked why not marking as RTBC?

maxmendez’s picture

Status: Needs review » Reviewed & tested by the community

Thanks, works fine.

klausi’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -JavaScript +JavaScript

Merged, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.