[Tickets #11392] Nag smartmobile view uses prototypejs code

bugs at horde.org bugs at horde.org
Fri Aug 31 21:06:27 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11392
------------------------------------------------------------------------------
  Ticket             | 11392
  Created By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Nag smartmobile view uses prototypejs code
  Queue              | Nag
  Version            | Git master
  Type               | Bug
  State              | Assigned
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2012-08-31 15:06) wrote:

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)





More information about the bugs mailing list