6.0.0-beta1
7/5/25

[#11392] Nag smartmobile view uses prototypejs code
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

History
09/10/2012 02:34:24 PM Michael Slusarz Comment #2
Assigned to Michael Rubinsky
Taken from Jan Schneider
State ⇒ Resolved
Reply to this comment
Looks like mjr fixed this.  Or at least he removed the offending code.
08/31/2012 09:06:26 PM Michael Slusarz Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Jan Schneider
Queue ⇒ Nag
Summary ⇒ Nag smartmobile view uses prototypejs code
Type ⇒ Bug
State ⇒ Assigned
Reply to this comment
The form renderer for the New Task button in the Nag smartmobile view 
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)

Saved Queries