Modify ↓
Opened 15 years ago
Closed 15 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)
Note: See
TracTickets for help on using
tickets.
(In [7227]) fixed #6145 - problem that WYSIWYG editor is gone inside hidden container.