Summary | Nag smartmobile view uses prototypejs code |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | slusarz (at) horde (dot) org |
Created | 08/31/2012 (4691 days ago) |
Due | |
Updated | 09/10/2012 (4681 days ago) |
Assigned | |
Resolved | 09/10/2012 (4681 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
Taken from Jan Schneider
State ⇒ Resolved
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Jan Schneider
Queue ⇒ Nag
Summary ⇒ Nag smartmobile view uses prototypejs code
Type ⇒ Bug
State ⇒ Assigned
is using all sorts of non-smartmobile JS code. At least 7 different
errors with Firebug:
ReferenceError: Class is not defined
[Break On This Error]
Autocompleter.Base = Class.create({
autocomplete.js (line 30)
ReferenceError: Class is not defined
[Break On This Error]
var KeyNavList = Class.create({
keynavlist.js (line 36)
ReferenceError: Prototype is not defined
[Break On This Error]
linear: Prototype.K,
effects.js (line 73)
ReferenceError: $H is not defined
[Break On This Error]
actions: $H(),
imple.js (line 20)
TypeError: document.observe is not a function
[Break On This Error]
document.observe('dom:loaded', Horde_Calendar.init.bind(Horde_Calendar));
calendar.js (line 336)
TypeError: document.observe is not a function
[Break On This Error]
document.observe('dom:loaded', NagCalendar.onDomLoad.bind(NagCalendar));
calendar.js (line 112)
TypeError: HordeImple is undefined
[Break On This Error]
..."Th","Fr","Sa"];Horde_Calendar.fullweekdays=["Sunday","Monday","Tuesday","Wednes...
smartmobile.php (line 92)