Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Drag and drop don't work with Firefox 29 (works with 28.x)

  • 5 відповідей
  • 5 мають цю проблему
  • 1 перегляд
  • Остання відповідь від jdesodt

more options

I've just changed my Firefox version from 28.x to 29, and drag and drop no longer works. Try this website : http://gridster.net/ and the "drag me" feature on the homepage. Works on Chrome 34.0.x

I've just changed my Firefox version from 28.x to 29, and drag and drop no longer works. Try this website : http://gridster.net/ and the "drag me" feature on the homepage. Works on Chrome 34.0.x

Обране рішення

PROBLEM SOLVED.

My apologies, the problem was in the partner script (jquery.gridster.js), on the line where the touch feature is tested.

[ For Gridster users : line 431 in jquery.gridster.js, replace var isTouch = !!('ontouchstart' in window); by var isTouch = false; ]

Now everything works fine.

And thanks to the Firefox team, the 29th version is so good !

Читати цю відповідь у контексті 👍 0

Усі відповіді (5)

more options

This works fine on Firefox so it's not a bug.

Can you try to start Firefox in Safe Mode to see if Firefox works properly with no error? You can start Firefox in Safe Mode below:

  • Windows/Mac: Go to Help > Restart with add-ons disabled
  • Linux: Run firefox -safe-mode in the Terminal/Konsole

If Firefox opens up fine with no problems, it's probably one of your extensions that's causing the issue. You can re-enable your add-ons one by one until you find the one that causes the issue upon being re-enabled.


It's important to update Flash, you're currently at the outdated version 11. You can get the newest below

more options

Wow, quick answer, thanks ! I've tried restart Firefox in Safe Mode, Firefox starts properly. But i've same issue on drag and drop in Safe Mode. What can I do ?

Змінено jdesodt

more options

You can try these steps in case of issues with web pages:

You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • Hold down the Shift key and left-click the Reload button
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Command + Shift + R" (Mac)

Clear the cache and cookies only from websites that cause problems.

"Clear the Cache":

  • The image "new fx menu" does not exist. > Options/Preferences> Advanced > Network > Cached Web Content: "Clear Now"

"Remove Cookies" from sites causing problems:

  • The image "new fx menu" does not exist. > Options/Preferences > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
more options

I cleared the cache and a lot of cookies : always same issue. Is it easy to return to the previous version of Firefox ? I am a developper and I need the Drag and Drop feature.

more options

Вибране рішення

PROBLEM SOLVED.

My apologies, the problem was in the partner script (jquery.gridster.js), on the line where the touch feature is tested.

[ For Gridster users : line 431 in jquery.gridster.js, replace var isTouch = !!('ontouchstart' in window); by var isTouch = false; ]

Now everything works fine.

And thanks to the Firefox team, the 29th version is so good !

Змінено jdesodt