Opened 15 years ago
Closed 14 years ago
#376 closed defect (worksforme)
Textarea Rich Text Editor doesn't work in Safari
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Editor | Version: | 0.2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
The following works great in Firefox, but doesn't work in Safari.
<link rel="StyleSheet?" href="/css/dojo.css" type="text/css" />
<script src="/scripts/dojo.js" type="text/javascript"></script> <script type="text/javascript">
dojo.require("dojo.widget.Editor");
</script>
<form method="post" action="test.php">
<div style="border: 1px solid #908f8f;" id="testEditor"> <textarea dojoType="Editor" name="editorContent"
items="textGroup;|;justifyGroup;|;colorGroup;"> some content <br> <br> some more.
</textarea>
<br /><br /> </div>
<input type="submit">
</form>
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Cc: | [email protected]… added |
---|---|
Milestone: | → 0.4 |
Again, same question. Is this an issue with Editor2?
comment:3 Changed 15 years ago by
Milestone: | 0.4 → 0.5 |
---|---|
Priority: | high → normal |
comment:4 Changed 15 years ago by
Owner: | changed from anonymous to liucougar |
---|
comment:5 Changed 15 years ago by
Component: | General → Editor |
---|
comment:7 Changed 14 years ago by
Owner: | changed from liucougar to alex |
---|
comment:8 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Both Safari and Konqueror doesn't support DesignMode? and won't work with TextEditor?. KDE team promise (search bugs.kde.org) to include the support in KDE version 4.0.