Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] ajax rating system

Quote Reply
Re: [Andy] ajax rating system In reply to
Well, if I remove it, the login works fine anyway, just trying 2 figure out why there is a problem in the first place.

It says

Quote:
Warning: Error in parsing value for property 'width'. Declaration dropped.
Source File: http://www.mysite.com/...c/luna/luna_core.css
Line: 573
Error: event is undefined
Source File: http://www.mysite.com/static/utils.js
Line: 61

line 573 in luna_core.css is this:

Code:

.row .value input.text, .row .value input.password, .row .value textarea {
width: expression(this.parentNode.offsetWidth * 0.74 + 'px'); <----- line 573
}

line 61 in utils.js is this:

Code:
function _eventHandler(event) {
if (!event) event = window.event;
var events = this['on' + event.type + 'Events']; <---- line 61
if (!events)
return;
for (var i = 0; i < events.length; i++) {
this.eventMethod = events[\i]; <--- i added \ to avoid italics
if (this.eventMethod(event) == false) {
this.eventMethod = null;
return false;
}
this.eventMethod = null;
}
}

Hmmm....

- Jonathan
Subject Author Views Date
Thread ajax rating system jdgamble 44509 May 26, 2009, 1:24 PM
Post Re: [jdgamble] ajax rating system
Andy 43980 May 27, 2009, 12:34 AM
Thread Re: [jdgamble] ajax rating system
Andy 44012 May 27, 2009, 12:45 AM
Thread Re: [Andy] ajax rating system
tora 27928 Apr 8, 2018, 4:02 AM
Thread Re: [tora] ajax rating system
Andy 27868 Apr 11, 2018, 12:08 AM
Post Re: [Andy] ajax rating system
tora 27826 Apr 11, 2018, 12:46 AM
Thread Re: [Andy] ajax rating system
tora 27872 Apr 11, 2018, 12:52 PM
Thread Re: [tora] ajax rating system
Andy 27845 Apr 12, 2018, 12:59 AM
Post Re: [Andy] ajax rating system
tora 27808 Apr 12, 2018, 1:21 AM
Thread Re: [jdgamble] ajax rating system
tandat 43960 May 27, 2009, 4:53 AM
Thread Re: [tandat] ajax rating system
jdgamble 43942 May 27, 2009, 8:08 AM
Thread Re: [jdgamble] ajax rating system
Andy 43920 May 27, 2009, 8:31 AM
Thread Re: [Andy] ajax rating system
jdgamble 43929 May 27, 2009, 10:38 AM
Thread Re: [jdgamble] ajax rating system
Andy 43980 May 27, 2009, 10:44 AM
Thread Re: [Andy] ajax rating system
jdgamble 43851 May 29, 2009, 11:34 AM
Thread Re: [jdgamble] ajax rating system
Matthias70 43876 May 29, 2009, 11:44 AM
Thread Re: [Matthias70] ajax rating system
jdgamble 43845 May 29, 2009, 6:55 PM
Thread Re: [jdgamble] ajax rating system
jdgamble 43812 May 29, 2009, 10:15 PM
Thread Re: [jdgamble] ajax rating system
jdgamble 43798 May 30, 2009, 7:22 PM
Thread Re: [jdgamble] ajax rating system
Andy 43912 May 31, 2009, 1:58 AM
Thread Re: [Andy] ajax rating system
jdgamble 43724 Jun 6, 2009, 10:48 AM
Thread Re: [jdgamble] ajax rating system
Andy 43812 Jun 6, 2009, 11:05 AM
Thread Re: [Andy] ajax rating system
jdgamble 43777 Jun 6, 2009, 12:42 PM
Post Re: [jdgamble] ajax rating system
Andy 43750 Jun 6, 2009, 11:58 PM