Summary | In IE7, clicking Goto results in a blank screen |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | chuck (at) horde (dot) org |
Created | 11/10/2008 (6079 days ago) |
Due | |
Updated | 12/10/2008 (6049 days ago) |
Assigned | |
Resolved | 12/10/2008 (6049 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Ticket #6590.,Ticket #7074orTicket #6590. Weird thoughbecause the fix to
Ticket #6590was supposed to have incorporated thefix for clonePosition - and this issue no longer occurs in IMP.
Go to:
http://jsbin.com/ulebe/
to reproduce the issue on IE.
in file "horde3/kronolith/js/views.js"
replace:
$(pageLoading).clonePosition(page);
with:
//$(pageLoading).clonePosition(page);
this also removes the text "Loading.." when the page updates.
executed.
It's a "'style' is null or not an object" error from some line 2272.
and then select an additional one or deselect an existing one the main
frame goes blank and java script error appears:
Line: 2
Character 38516
Error: 'style' is null or not an object
Code: 0
URL: http://www.domain.com/horde/kronolith/
I'm using the cvs version from november 17 of FRAMEWORK 3
executed.
It's a "'style' is null or not an object" error from some line 2272.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ In IE7, clicking Goto results in a blank screen
Queue ⇒ Kronolith
Assigned to
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
already been addressed, but it's happening for me with HEAD and IE7.
In any calendar view, click Goto in the menu, and instead of seeing
the date picker popup, there's a blank white screen.