Closed
Bug 246763
Opened 21 years ago
Closed 21 years ago
scripts, which doesn`t work in Mozilla/Firefox (works in other browser)
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pamo, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.6) Gecko/20040206 Firefox/0.8
In proboards.com forums (thats free forum engine) to change some details of page
you must use java scripts, but some of then doesn`t work in Firefox. They had
never work in Mozilla. Two examples
in attechment.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
There`s no way to reproduce the problem - you should just update java engine in
browser.
Expected Results:
Those scripts works in Internet Explorer, and only one of two in Opera.
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
Updated•21 years ago
|
Assignee: bugs → general
Component: JavaScript Console → Browser-General
Product: Firefox → Browser
QA Contact: firefox.js-console → general
Version: unspecified → Trunk
The first attachment uses outerHTML, a Microsoft extension, WONTFIXED in bug 92264.
The second attachment uses what appears to be another Microsoft extension,
createTextRange().
Comment 4•21 years ago
|
||
Yes, see comment 3. Mozilla uses the w3c DOM as much as possible and not the IE
DOM.
There are scripts out there which makes it possible to use outerHTML, by the way
(webfx.eae.net). It is not likely that Mozilla will ever do this natively though.
For the making of selections, Mozilla has implemented the w3c range objects, see:
http://www.pbwizard.com/Articles/Moz_Range_Object_Article.htm
This is a WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•