Solution for Firefox Input Fields not being clickable (Solved Here)

Permalink Browser Info Environment
So I just put this block on a website and used it for the YouTube popup functionality. Problem was that my client uses Firefox and noted that you couldn't click on the input fields to change the video URL. After digging deep in to this, I found a helpful post on jQuery's website:http://forum.jquery.com/topic/ui-sortable-can-t-click-input-fields-...

On line 62 of packages/multimedia_box/blocks/multimedia_box/auto.js is states the following:

}).disableSelection();


This disableSelection(); is something that Firefox doesn't agree with. Just comment it out and move the semicolon like so:

});//.disableSelection();


This fixed it for me and didn't seem to have a negative effect on anything else so far... Time will tell.

Type: Discussion
Status: New
afixia
View Replies:
sebastienj replied on at Permalink Reply
sebastienj
Thanks for the tips.

Seb

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.