Modify

Opened 16 years ago

Closed 16 years ago

#3972 closed defect (fixed)

FiveStarVotePlugin does not work with IE 6

Reported by: jholg Owned by: Dav Glass
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 (1)

fivestarvoteplugin_standard_js.diff (667 bytes) - added by jholg 16 years ago.
fivestarvoteplugin patch for standard javascript (target instead originalTarget)

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by jholg

fivestarvoteplugin patch for standard javascript (target instead originalTarget)

comment:1 Changed 16 years ago by Dav Glass

Resolution: fixed
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Dav Glass.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.