Andreas, As quoted from Andreas Hocevar <[EMAIL PROTECTED]>: > This issue is now addressed in http://jira.codehaus.org/browse/MAP-500, > [...] > TODO: use it in all widgets, tools and models. Volunteers are welcome!
Done this for widgets, tools, models, examples and util. Also used getNodeValue() and Mapbuilder.parseBoolean() where appropriate. It turned out to be a non-trivial amount of work. Although I tried to test as thoroughly as possible, it is not unlikely that there's an error or two in my refactorings. Testing (and feedback thereof) by others is welcome. > Not only that firstChild.nodeValue does not work in Opera (this is the > reason why there is now the getNodeValue in Util.js, which is not being > used very frequently) In lib/model/, there's four places left that use .firstChild.nodeValue, but they use it as an LHS there and I don't know what it be turned into. Furthermore, in lib/util/openlayers/OpenLayers.js, there's a *lot* of places it is being used. I guess these should be fixed in OL. Since your an OL committer, Andreas, I hope you can help there. Lastly, I didn't touch the contextEditor and catalog examples, so these still use the old idiom. Regards, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
