Ticket #3972 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

FiveStarVotePlugin does not work with IE 6

Reported by: jholg@gmx.de Assigned to: davglass
Priority: normal Component: FiveStarVotePlugin
Severity: major Keywords: javascript
Cc: Trac Release: 0.11

Description

Disclaimer: This is the 1st time ever I looked at javascript.

FiveStarVotePlugin does not work with IE 6 for me, which says s.th. like: "originalTarget.href is null or not an object"

A short search seems to show that originalTarget is some non-standard mozilla specialty. Replacing e.originalTarget.href with e.target.href fixes this and works with firefox 2 and IE 6 for me.

Patch diff fix attached.

Cheers, Holger

Attachments

fivestarvoteplugin_standard_js.diff (0.7 kB) - added by jholg@gmx.de on 10/23/08 11:03:55.
fivestarvoteplugin patch for standard javascript (target instead originalTarget)

Change History

10/23/08 11:03:55 changed by jholg@gmx.de

  • attachment fivestarvoteplugin_standard_js.diff added.

fivestarvoteplugin patch for standard javascript (target instead originalTarget)

10/23/08 15:55:17 changed by davglass

  • status changed from new to closed.
  • resolution set to fixed.

(In [4561]) fixes #3970 and #3972


Add/Change #3972 (FiveStarVotePlugin does not work with IE 6)




Change Properties
Action