Ticket #845 (closed defect: fixed)
Popupdivs don't show if the editor is inside a div with a z-index
| Reported by: | hphaavikko@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | popupdiv, z-index, div |
| Cc: |
Description
If the editor is placed inside div-tags with style containing z-index, popupdivs (or at least forecolor and hilitecolor) don't show. Example:
<div style="position:absolute; top;50; left:50; width:550px; padding-left:20px; padding-right:20px; z-index: 10;">
<form id="editors_here">
<textarea id="myTextArea" name="myTextArea" rows="10" cols="80" style="width:100%">
<p>Text here...</p>
</div>
</textarea>
</form>
</div>
Change History
Note: See
TracTickets for help on using
tickets.
