[Tickets #8127] Re: Javascript error in sub folder preview
bugs at horde.org
bugs at horde.org
Mon Mar 30 16:05:10 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8127
------------------------------------------------------------------------------
Ticket | 8127
Updated By | ffv at tjpr.jus.br
Summary | Javascript error in sub folder preview
Queue | DIMP
Version | 1.1.1
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
ffv at tjpr.jus.br (2009-03-30 12:05) wrote:
Hi,
the error appears as "Invalid Argument" in line 1927 of script
"js/prototype.js" in the following stretch of code:
for (var property in styles)
if (property == 'opacity') element.setOpacity(styles[property]);
else
elementStyle[(property == 'float' || property == 'cssFloat') ?
(Object.isUndefined(elementStyle.styleFloat) ? 'cssFloat' :
'styleFloat') :
property] = styles[property];
When activating debug, the value of styles[property] appears as " -
19px". I believe that this value would have to be positive. This
Happens when a system folder possesss many subfolders and the user
expands it making with that it does not fit all the objects in the
screen.
More information about the bugs
mailing list