Opened 14 years ago
Closed 13 years ago
#2533 closed defect (invalid)
Problems with Editor2 widget on FF
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Editor | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With the Dojo version 0.4.1 on Firefox, I have some trouble with the Editor2 widget :
- The attribute toolbarAlwaysVisible="true" is not working. When I scroll the Editor2 widget, the toolbar is scrolling too.
- Method replaceEditorContent() is not working properly. I can fill the iframe container of the widget BUT I see only the first line and I must click on this line, to be able to see the whole content.
Here is my HTML code for the widget :
<div id="edit_container" style="width: 500px; height: 300px; border: 1px solid #7f9db9; background-color: white; overflow: auto;"> <textarea dojoType="Editor2" widgetid="editor1" useActiveX="false" htmlEditing="true" shareToolbar="false" toolbarAlwaysVisible="true" toolbarTemplatePath="../../toolbar_editor.html" style="line-height: 150%;"> </textarea> </div>
And the javascript code :
var editor = dojo.widget.byId("editor1"); editor.replaceEditorContent(html_stuff);
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → Editor |
---|---|
Owner: | changed from anonymous to liucougar |
comment:2 Changed 13 years ago by
Milestone: | → 0.9 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
please verify whether you still have those issues in dijit, closing for onw