Closed
Bug 326278
Opened 19 years ago
Closed 19 years ago
document.getElementById("ele").contentWindow.document.designMode="On"; does not work
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: g.bush, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02
Javascript 1.2, attempting to enable a rich text area within an iFrame. The designMode element does not exist initially. When defined as "On" no impact (e.g. the iFrame area on the form is not rendered as editable). No typing or posting to this area is available.
Reproducible: Always
Steps to Reproduce:
1.Issue JavaScript command
2. Form field is displayed/presented as background. Not editable.
3.
Expected Results:
Expect the iFrame/Field to function as an editable field whereby typing and pasting is available.
Documentation implies this works in Mozilla 1.3. However, running Mozilla/5.0.
Please identify if this feature has been depricated or removed in this release.
Comment 1•19 years ago
|
||
You appear to be using Netscape 7, which is based on Mozilla 1.0. Can you upgrade to a version of Mozilla or Firefox based on Mozilla 1.8, such as Firefox 1.5?
("Mozilla/5.0" is not a version of Mozilla; it's just something that all browsers have in their user agent strings.)
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
To bad the version of MOZILLA is not defined correctly.
If it was then this bug would not have been submitted.
Is the element rv:1.0.2 the version?
Will see if an upgrade to 1.8 is doable.
Thanks
Updated•7 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•