Issue Details (XML | Word | Printable)

Key: MAP-427
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Olivier Terral
Reporter: Olivier Terral
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Community Mapbuilder

TabbedContent.xsl doesn't transform widgetNode

Created: 22/Aug/07 06:59 AM   Updated: 22/Aug/07 07:18 AM  Due: 22/Aug/07
Component/s: mapbuilder-lib
Affects Version/s: trunk, 1.5alpha2
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Internet Explorer 6 & 7


Olivier Terral added a comment - 22/Aug/07 07:18 AM

Problem comes from this.transformNodeToString(xmlNode) function in Util.js .

With TabbedContent widget , this function tries to transform an XMLElment to a string and IE doesn't permit it
With others Widget , it's an XMLDocument who is transform to a string.

This bug occurs since Sarissa has been updated ( I think but I'm not sure) ,
so probably a patch could be applied to sarissa (Jean-Sebastien is the most appropriate person to do that).

Waiting this patch, I commit a quick hack in this function who transform xmlNode to an XMLDocument when browser is IE