Summary | Javascript error in sub folder preview |
Queue | DIMP |
Queue Version | 1.1.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | ffv (at) tjpr (dot) jus (dot) br |
Created | 03/30/2009 (5941 days ago) |
Due | 03/30/2009 (5941 days ago) |
Updated | 01/13/2010 (5652 days ago) |
Assigned | 03/30/2009 (5941 days ago) |
Resolved | 04/20/2009 (5920 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #8127: Don't display expanding folders in special folders sectionhttp://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=8bffd34e91fafad3ec4aad5ca5d0898907757763
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-git&r1=44438352f08a92ad11c934bc7e658428794a92af&r2=8bffd34e91fafad3ec4aad5ca5d0898907757763
Assigned to Michael Slusarz
State ⇒ Resolved
not be displaying subfolders in the 'specialfolders' section of the
folder list, since it is not really designed for that (in terms of
sizing the folderlist). The solution: if a specialfolder contains
children, create a dummy container entry in the bottom list and
display subfolders there instead. This has been implemented for IMP 5
(it will not be backported to DIMP 1.x).
tries to create subfolders (many subfolders) inside of folder "Sent"
of form that when expanded it makes with that the Trash folder does
not appear in the left panel. After this, click in any subfolder
inside of the folder "Sent" and verifies that a Javascript error will
appear in the browser
.
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.
State ⇒ Feedback
uncompressed javascript file versions from js/src, so that we get
meaningful line numbers.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Javascript error in sub folder preview
Due ⇒ 03/30/2009
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
New Attachment: javascriptbug.jpg
State ⇒ Unconfirmed
has A Bug of Javascript when I have many sub folders inside of a
system folder (Sent, Drafts, Trash). In this case, when I click in one
of innumerable subpastas, a Javascript error happens and the subfolder
preview does not occur. In annex I show an image as example. This bug
happens with IE6,7,8 and it does not occur with firefox