Modify

Opened 14 years ago

Closed 14 years ago

#6145 closed defect (fixed)

Editor does not initialize when inside hidden DIV

Reported by: terje Owned by: Jun Omae
Priority: normal Component: TracWysiwygPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I use a few tricks to make an easy interface for some users. I tried to put several editors on one page, and have only one visible at a time. This does not work.

  • Toolbar appears and works (for the most part)
  • In textarea mode, the input field is visible and works.
  • But in WYSIWYG mode, the entire input field is gone!

So to clarify; page is loaded with 2 editors, one within a div-tag that has visibility: none;, the other within a visible area. A JS function changes the visibility, and subsequent editors do not work.

The editor that _does_ initialize properly, appears to work equally well after having its container change visibility back and forth.

Trac 0.11.5stable-r8357

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Jun Omae

Resolution: fixed
Status: newclosed

(In [7227]) fixed #6145 - problem that WYSIWYG editor is gone inside hidden container.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.