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)
Change History (2)
Changed 16 years ago by
Attachment: | fivestarvoteplugin_standard_js.diff added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fivestarvoteplugin patch for standard javascript (target instead originalTarget)