ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Click events are not working properly in Firefox 18

  • 3 პასუხი
  • 12 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 6 ნახვა
  • ბოლოს გამოეხმაურა dmitrismirnov

if some nested html structure and css, click events and event delegation stops working

example: http://jsfiddle.net/dmitrismirnov/kSYqd/

if some nested html structure and css, click events and event delegation stops working example: http://jsfiddle.net/dmitrismirnov/kSYqd/

გადაწყვეტა შერჩეულია

Problem has something to do with css3 transforms and can be averted by disabling transform from css when possible. It's not a solution, but while Mozilla works out a fix it's the only thing I've found out so far.

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (3)

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

შერჩეული გადაწყვეტა

Problem has something to do with css3 transforms and can be averted by disabling transform from css when possible. It's not a solution, but while Mozilla works out a fix it's the only thing I've found out so far.

mathatan, yes, I came to same solution for now.

I also reported a bug right after posted it here, and it's already fixed. https://bugzilla.mozilla.org/show_bug.cgi?id=830321