Opened 14 years ago
Closed 14 years ago
#1418 closed defect (wontfix)
Unable to edit text in Editor widget using Firefox 1.5.0.6
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Editor Widget | Cc: | |
Blocked By: | Blocking: |
Description
On Firefox, the Editor widget cannot be edited. Here is the snippet from the jsp that embeds the editor widget.
<!-- Begin dojo editor component -->
<div style="width: 100%; height: 100px;">
<div class="dg_Editor">
<div style="overflow: auto;" >
<textarea dojoType="Editor2" id="wc_parm_email_body" cols="50" rows="5" items="fontname;fontsize;|;textGroup;|;listGroup;|;justifyGroup;|;indentgroup;|;colorGroup;|;createlink;" minHeight="5em" maxHeight="5em" value=""></textarea>
</div>
</div> <br />
<span dojoType="tooltip" connectId="wc_parm_email_body" caption=${i18n:message(pageContext,"desktop.email.tooltip.message")} toggle="explode"></span>
</div>
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Priority: | high → normal |
---|---|
severity: | critical → major |
comment:4 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Not sure what was up w/this. Editor works in Firefox in general. FF1.5 isn't supported anymore (only FF2.0), so I'm going to close this bug.
Have you tried Editor2 instead?