Davletvm / soashable

Automatically exported from code.google.com/p/soashable
0 stars 0 forks source link

Restore IE Compatibility of XMPP4JS #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Get all JSUnit tests to pass in IE.

Original issue reported on code.google.com by h.iver...@gmail.com on 24 Aug 2007 at 8:32

GoogleCodeExporter commented 9 years ago
Looking into compatibility for IE.

Original comment by m.purl...@gmail.com on 11 Sep 2007 at 2:59

GoogleCodeExporter commented 9 years ago
http://www.alistapart.com/articles/crossbrowserscripting will this solution to
importNode work?

Original comment by h.iver...@gmail.com on 12 Sep 2007 at 6:25

GoogleCodeExporter commented 9 years ago
ie_importNode.js exists and there is a function called importNode. It seems to 
work,
but there are more issues.

Original comment by h.iver...@gmail.com on 23 Jan 2008 at 6:26

GoogleCodeExporter commented 9 years ago
started using a pure JS dom implementation: http://xmljs.sourceforge.net/

very basic functionality works in IE, but stuff is broken across all browsers. 
so far:

importNode - fixed
createElementNS - fixed
childNodes.getLength() and childNodes.item() - fixed
getElementsByTagName().getLength() and getElementsByTagName().item() - fixed
textContent to node.childNodes.item(0).toString() - NOT fixed--fixed only in
RosterItemManager

There is probably other stuff. Many functions in the test suite fail.

Original comment by h.iver...@gmail.com on 19 Feb 2008 at 7:20

GoogleCodeExporter commented 9 years ago
moved to branch and rolled back trunk:

xml4script/trunk  (I don't know why netbeans put it under trunk...ahem)

http://xmpp4js.svn.sourceforge.net/viewvc/xmpp4js/branches/xml4script-port/

Original comment by h.iver...@gmail.com on 19 Feb 2008 at 7:32

GoogleCodeExporter commented 9 years ago
fixed a number of DOM compliance issues for w3c implementation. see commit logs 
for
details. almost all tests pass except a few more:

ChatManagerTest
PresenceManagerTest
ExtensionProviderTest
DomHacksTest
DomBuilderTest
DomBuilderTest

Original comment by h.iver...@gmail.com on 22 Feb 2008 at 6:31

GoogleCodeExporter commented 9 years ago
Hi! Do you need tests with Safari 3.1 or other Mac browsers? If so, please tell 
me what to do.

Original comment by lukas.po...@gmail.com on 27 Mar 2008 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by h.iver...@gmail.com on 4 Aug 2008 at 9:48