Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace use of dot syntax with get/setAttribute() when handling MIPs #75

Open
backplane-import opened this issue Oct 16, 2011 · 1 comment

Comments

@backplane-import
Copy link

Imported from backplanejs Google Code issue 75.

Reporter markbirbeck
Date 15 Jul 2010 3:30:38 PM UTC

In various situations we set additional attributes on DOM nodes so that we can track things like Model Item Properties (or MIPs).

Most of the code to do this uses the 'dot syntax', as follows:

doc.firstChild.m_proxy

This works across the board in Ajaxslt because the DOM is in JavaScript. But as we try to switch to native XML DOM support we're finding that not all browsers support this technique.

We should therefore use standard W3C DOM techniques for assigning and reading values so that this works in all browsers.


Owner set to ----

Ticket status set to Accepted

Priority: Medium
Type: Enhancement

@backplane-import
Copy link
Author

Comment by creaven on 3 Aug 2010 5:40:30 PM UTC

fixed in issue 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant