TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

RemoteCommand not working #772

Closed ggam closed 5 years ago

ggam commented 7 years ago

You can verify it on the showcase: http://showcase.bootsfaces.net/forms/RemoteCommand.jsf

It is missing an event parameter.

stephanrauh commented 7 years ago

The demo seems to work. Which browser do you use? I only tested Chrome on OSX.

ggam commented 7 years ago

Firefox on Windows. I'll try on Chrome too.

El mar., 9 de mayo de 2017 22:18, Stephan Rauh notifications@github.com escribió:

The demo seems to work. Which browser do you use? I only tested Chrome on OSX.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheCoder4eu/BootsFaces-OSP/issues/772#issuecomment-300288788, or mute the thread https://github.com/notifications/unsubscribe-auth/ACAucB6DcxIDAyHQZXIMOZ-KUIZ0lo1Gks5r4MoGgaJpZM4NVL0N .

NicolaIsotta commented 7 years ago

It doesn't work in my Firefox, too. It works in IE and Edge instead.

chongma commented 7 years ago

i am using OSX. i can verify this does not work on firefox. works fine on chrome

oliver-klein commented 6 years ago

Hi, I've the same problem on Firefox (windows) but I found a simple workaround: Just add the event parameter to the parameters element or in case your function doesn't have any parameters add the attribute to your command <b:remoteCommand ... parameters="event" .../> Firefox seems to be a bit too strict with non-existent variables.

mddorfli commented 6 years ago

Yes, this issue is visible on the showcase for me also, on Windows 10 using Firefox 59.0.2 (64-bit). The workaround by @oliver-klein worked for me.

stephanrauh commented 5 years ago

I does work on my FireFox. Plus, I can see the parameter event that's reported to be missing.

After such a long time, I can only guess: probably we've solved the bug without closing this ticket.