Summary | prototype error on viewing mailbox page in imp |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | selsky (at) columbia (dot) edu |
Created | 03/16/2007 (6748 days ago) |
Due | |
Updated | 03/25/2007 (6739 days ago) |
Assigned | 03/19/2007 (6745 days ago) |
Resolved | 03/25/2007 (6739 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
javascript:
'jsfs' => '/horde/js/src',
'jsuri' => '/horde/js/src',
javascript:
'jsfs' => '/horde/js/src',
'jsuri' => '/horde/js/src',
(in addScriptFile) not picking up the version of keybindings.js in js/
instead?
src="/horde/services/javascript.php?file=keybindings.js&app=horde"></script>
it doesn't seem to break anything. I can't reproduce the
keybindings.js problem and my firebug says that keybindings.js is
loaded directly. Matt, what does the script tag for it look like?
Assigned to
Assigned to Michael Slusarz
reproducibly. However, looks like this is a Mozilla bug so theres
nothing we can do about it. See http://dev.rubyonrails.org/ticket/5393
As for keybindings.js, I still can't reproduce this. Can any other
dev reproduce?
bindAsEventListener(mouseout clientX=0, clientY=0)prototype.js (line 109)
[Break on this error] return __method.apply(object, [( event ||
window.event)].concat(args).concat...
http://lists.horde.org/archives/cvs/Week-of-Mon-20070319/066182.html
(no name)()message.js (line 133)
[Break on this error] setKeybinding(Event.KEY_LEFT, arrowHandler);
browser?
still seeing this error.
State ⇒ Feedback
$A is not defined
bindAsEventListener(mouseout clientX=0, clientY=0)prototype.js (line 109)
[Break on this error] return __method.apply(object, [( event ||
window.event)].concat(args).concat...
http://lists.horde.org/archives/cvs/Week-of-Mon-20070319/066182.html
I don't see this at all. Doesn't make sense either because $A() is
used two lines before and it isn't complaining about it there...
setKeybinding is not defined
(no name)()message.js (line 133)
[Break on this error] setKeybinding(Event.KEY_LEFT, arrowHandler);
left or right arrows visible.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ prototype error on viewing mailbox page in imp
Queue ⇒ Horde Base
State ⇒
$A is not defined
bindAsEventListener(mouseout clientX=0, clientY=0)prototype.js (line 109)
[Break on this error] return __method.apply(object, [( event ||
window.event)].concat(args).concat...
and
setKeybinding is not defined
(no name)()message.js (line 133)
[Break on this error] setKeybinding(Event.KEY_LEFT, arrowHandler);
Note that there are only 3 messages in this mailbox and therefore no
left or right arrows visible.