| Summary | Blank page when selecting alternative calendar |
| Queue | Horde Base |
| Queue Version | HEAD |
| Type | Bug |
| State | Stalled |
| Priority | 1. Low |
| Owners | |
| Requester | jochem (at) mondrian (dot) nl |
| Created | 04/10/2008 (450 days ago) |
| Due | |
| Updated | 01/29/2009 (156 days ago) |
| Assigned | 01/29/2009 (156 days ago) |
| Resolved | 01/29/2009 (156 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
Priority ⇒ 1. Low
State ⇒ Stalled
State ⇒ Feedback
patched prototype again?
Priority ⇒ 3. High
State ⇒ Assigned
Queue ⇒ Horde Base
Version ⇒ HEAD
literature stating otherwise. The previous patch has thus been
applied to prototypejs v1.6.0.3.
http://cvs.horde.org/diff.php/chora/js/prototype.js?r1=1.14.2.1&r2=1.14.2.2&ty=u
http://cvs.horde.org/diff.php/chora/js/src/prototype.js?r1=1.12.2.1&r2=1.12.2.2&ty=u
http://cvs.horde.org/diff.php/gollem/js/prototype.js?r1=1.12.2.1&r2=1.12.2.2&ty=u
http://cvs.horde.org/diff.php/gollem/js/src/prototype.js?r1=1.10.2.1&r2=1.10.2.2&ty=u
http://cvs.horde.org/diff.php/horde/js/prototype.js?r1=1.11.2.6&r2=1.11.2.7&ty=u
http://cvs.horde.org/diff.php/horde/js/src/prototype.js?r1=1.7.2.4&r2=1.7.2.5&ty=u
http://cvs.horde.org/diff.php/imp/js/Attic/prototype.js?r1=1.21.2.7&r2=1.21.2.8&ty=u
http://cvs.horde.org/diff.php/imp/js/src/Attic/prototype.js?r1=1.13.2.4&r2=1.13.2.5&ty=u
http://cvs.horde.org/diff.php/ingo/js/Attic/prototype.js?r1=1.4.2.5&r2=1.4.2.6&ty=u
http://cvs.horde.org/diff.php/ingo/js/src/Attic/prototype.js?r1=1.4.2.4&r2=1.4.2.5&ty=u
http://cvs.horde.org/diff.php/kronolith/js/Attic/prototype.js?r1=1.14.2.6&r2=1.14.2.7&ty=u
http://cvs.horde.org/diff.php/kronolith/js/src/Attic/prototype.js?r1=1.10.2.4&r2=1.10.2.5&ty=u
http://cvs.horde.org/diff.php/mnemo/js/Attic/prototype.js?r1=1.3.2.6&r2=1.3.2.7&ty=u
http://cvs.horde.org/diff.php/mnemo/js/src/Attic/prototype.js?r1=1.6.2.4&r2=1.6.2.5&ty=u
http://cvs.horde.org/diff.php/nag/js/Attic/prototype.js?r1=1.4.2.7&r2=1.4.2.8&ty=u
http://cvs.horde.org/diff.php/nag/js/src/Attic/prototype.js?r1=1.8.2.4&r2=1.8.2.5&ty=u
http://cvs.horde.org/diff.php/turba/js/Attic/prototype.js?r1=1.12.2.6&r2=1.12.2.7&ty=u
http://cvs.horde.org/diff.php/turba/js/src/Attic/prototype.js?r1=1.9.2.4&r2=1.9.2.5&ty=u
http://cvs.horde.org/diff.php/chora/js/prototype.js?r1=1.14&r2=1.15&ty=u
http://cvs.horde.org/diff.php/chora/js/src/prototype.js?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/gollem/js/prototype.js?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/gollem/js/src/prototype.js?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/diff.php/horde/js/prototype.js?r1=1.15&r2=1.16&ty=u
http://cvs.horde.org/diff.php/horde/js/src/prototype.js?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/hordeweb/js/prototype.js?r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/diff.php/hordeweb/js/src/prototype.js?r1=1.8&r2=1.9&ty=u
Priority ⇒ 1. Low
State ⇒
State ⇒ Resolved
compressor, newer versions work with Prototype 1.6 and its use of the
$super variable. You may also use a modified dean edwards packer found
in ProtoSafe, or you can use the precompressed version in ProtoPack:
http://code.google.com/p/protosafe/downloads/list
The erroneous compression is whats causing the ajax-y related bugs
because the ajax methods use the $super variable which was changed to
something like "C" when you compressed it in the older verson of YUI
compressor.
The element style error is related to that ticket:
http://dev.rubyonrails.org/ticket/11473#comment:19
ticket 6602).http://dev.rubyonrails.org/ticket/11007
http://dev.rubyonrails.org/ticket/11473
Looks like it is fixed in 1.6.0.3 (which is not yet released).
this IE7 started giving similar issues.
though) that lead me to re-compress prototype.js
(http://lists.horde.org/archives/cvs/Week-of-Mon-20080218/075089.html).
I'm seeing it again now in IE 6 and IE 7 although in IE 7 it's only
when doing "ajax-y" thinks like the original post below. in IE 6 it
happens during ajax-y things as well as when navigating from one time
span to another..both with the "style is not an object error."
Using the uncompressed version of prototype still yields the error -
it's line 2253 of prototype.js
(confirmed that kronolith also got updated), I've done that again this
morning before testing with the src scripts and yet again cleared
cache, and I still see the same behavior.
This is the error I get now:
Line: 2253
Char: 5
Error: 'style' is null or not an object'
code: 0
URL: https://domain.tld/horde/kronolith/
State ⇒ Feedback
cleared your browser caches? I think I fixed something similar to this
a few weeks ago or more.
If not, you can use the .js files in js/src/ (just copy them over the
js/ files) to get a better line number and error message.
I'm assuming it's any AJAX-y action that's causing this problem.
A colleague of mine just reported that she's had this problem all
week, while I just updated to the latest version of horde this morning
(the previous update round being a couple of months ago), so I also
assume this is a bug introduced by a Microsoft update.
If a fix to this problem is going to take a while, is there a way to
turn off the AJAX in kronolith?
Patch ⇒
Milestone ⇒
Summary ⇒ Blank page when selecting alternative calendar
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Queue ⇒ Kronolith
the little side box in kronolith, while using IE7, I get a completely
white screen (the right frame when having the sidebar enabled), with
an "error on page":
Line 2
Char 38133
Error 'style' is null or not an object
I think I've tracked it down to kronolith/js/prototype.js, but as this
file is apparently run through a mangler / optimizer, I can't fix it
myself.
Seamonkey and Firefox seem to have no problems.