Ticket #1797 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

AttributeError: wysiwyg_editor

Reported by: pjotr Assigned to: pjotr
Priority: blocker Milestone:
Component: generic Version:
Keywords: 2.4.5 Cc:
Time spent: Time remaining: 0h
Time planned:

Description

Looks like this is showing up for the new users that get registered in the portal.

For some reason that field does not get initialized properly or something >>> the it is called out in /skins/lemill/widget_visual.pt

It looks like calling out the getWysiwyg_editor once solves the problem and gets the field initialized.

Maybe using it there instead is a good idea.

Change History

08/27/08 15:21:34 changed by pjotr

  • owner changed from anonymous to pjotr.
  • status changed from new to assigned.

08/27/08 16:13:22 changed by pjotr

  • status changed from assigned to closed.
  • resolution set to fixed.
  • tt_remaining set to 0h.

(In [2537]) Fixes #1797, substituted parameter call with a getWysiwyg_editor method, othervice new users were geeeing the AttributeError? exception