Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter scottydog0

    (@scottydog0)

    Hello? Can I get a response to this?

    I see the same issue as you. While I prefer Firefox, I just use chrome when I need to modify my mappings.

    Thread Starter scottydog0

    (@scottydog0)

    While that is one way to get around the problem in the short term, it is not a solution.

    Plugin Author zaus

    (@zaus)

    Can you check if there are any javascript errors in Firebug / developer console? (Usually shortcut F12 to open)

    Getting the same ISSUE.

    its likes that input fields are disabled..

    But when we first create a service it works, but when we save it next time it can’t let us type in the field.

    Also there is no warning in Developer console.

    Thanks

    Same here. Can edit when I create the service, but as soon as it gets saved fields are uneditable.

    I do get a console error (javascript) from a totally different plugin… “reference Error: require is not defined”

    TIA

    Plugin Author zaus

    (@zaus)

    Wow, I’m not sure where to even start. When I originally wrote the plugin I used Firefox extensively, so it definitely worked since forever.

    I too did not see anything unusual in the console inspector; I can still interact with the row (drag/drop, add/remove row). I wonder if it’s an incompatibility with jquery-ui sortable? Maybe it’s creating some kind of interfering overlay? You could try removing sortable by removing it from the enqueued requirements or in the admin javascript.

    Or…aha? Looks like they deprecated .disableSelection in jquery-ui v1.9, and I think WP uses v1.10 now?

    Plugin Author zaus

    (@zaus)

    It looks like it’ll work if you remove .disableSelection() from https://github.com/zaus/forms-3rdparty-integration/blob/master/plugin.admin.js#L139 — I’d have to check around to see why that’s there / if it affects anything else.

    Lemme know if that breaks/fixes anything else.

    Plugin Author zaus

    (@zaus)

    Hey all, please let me know if v1.6.3.1 fixes the problem for you.

    Thread Starter scottydog0

    (@scottydog0)

    Yes! I can now edit fields in Firefox! Thanks!

    Plugin Author zaus

    (@zaus)

    Awesome! Marking resolved.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Firefox Issue’ is closed to new replies.