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!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 5 trả lời
  • 5 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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

Giải pháp được chọn

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 !

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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 ?

Được chỉnh sửa bởi jdesodt vào

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

Giải pháp được chọn

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 !

Được chỉnh sửa bởi jdesodt vào