Closed
Bug 240304
Opened 21 years ago
Closed 21 years ago
select add method and IE6 compatibility
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: milos, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
It would be nice to have in some way compatibility with IE6 for
HTMLSelectElement and Add method. I know that Mozilla has implementation by DOM2
which is
void Add(in HTMLElement element, in HTMLElement before), but IE6 does not have
that. It has something like void Add(element[, indexBefore]) instead.
Is there a way that you can change decalaration of Add method to somethnig more
IE6 compatibile like:
Add(in HTMLElement element[, in HTMLElement before])
That will not break DOM2 compatibility!?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
![]() |
||
Comment 1•21 years ago
|
||
Actually, it will.... Further, this is a frozen embedding interface, so it can
no longer change. Sad, but that is life.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Sad is that Mozilla based browsers will not be widely accepted by users.
--
Who care for developers...
You need to log in
before you can comment on or make changes to this bug.
Description
•