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 45221 May 26, 2009, 1:24 PM
Post Re: [jdgamble] ajax rating system
Andy 44697 May 27, 2009, 12:34 AM
Thread Re: [jdgamble] ajax rating system
Andy 44720 May 27, 2009, 12:45 AM
Thread Re: [Andy] ajax rating system
tora 28638 Apr 8, 2018, 4:02 AM
Thread Re: [tora] ajax rating system
Andy 28577 Apr 11, 2018, 12:08 AM
Post Re: [Andy] ajax rating system
tora 28534 Apr 11, 2018, 12:46 AM
Thread Re: [Andy] ajax rating system
tora 28581 Apr 11, 2018, 12:52 PM
Thread Re: [tora] ajax rating system
Andy 28557 Apr 12, 2018, 12:59 AM
Post Re: [Andy] ajax rating system
tora 28516 Apr 12, 2018, 1:21 AM
Thread Re: [jdgamble] ajax rating system
tandat 44665 May 27, 2009, 4:53 AM
Thread Re: [tandat] ajax rating system
jdgamble 44651 May 27, 2009, 8:08 AM
Thread Re: [jdgamble] ajax rating system
Andy 44628 May 27, 2009, 8:31 AM
Thread Re: [Andy] ajax rating system
jdgamble 44637 May 27, 2009, 10:38 AM
Thread Re: [jdgamble] ajax rating system
Andy 44687 May 27, 2009, 10:44 AM
Thread Re: [Andy] ajax rating system
jdgamble 44560 May 29, 2009, 11:34 AM
Thread Re: [jdgamble] ajax rating system
Matthias70 44585 May 29, 2009, 11:44 AM
Thread Re: [Matthias70] ajax rating system
jdgamble 44555 May 29, 2009, 6:55 PM
Thread Re: [jdgamble] ajax rating system
jdgamble 44519 May 29, 2009, 10:15 PM
Thread Re: [jdgamble] ajax rating system
jdgamble 44506 May 30, 2009, 7:22 PM
Thread Re: [jdgamble] ajax rating system
Andy 44619 May 31, 2009, 1:58 AM
Thread Re: [Andy] ajax rating system
jdgamble 44431 Jun 6, 2009, 10:48 AM
Thread Re: [jdgamble] ajax rating system
Andy 44521 Jun 6, 2009, 11:05 AM
Thread Re: [Andy] ajax rating system
jdgamble 44485 Jun 6, 2009, 12:42 PM
Post Re: [jdgamble] ajax rating system
Andy 44458 Jun 6, 2009, 11:58 PM