montagejs / montage

Montage is an elegant, open source HTML5 framework maintained by Montage Studio that rivals native SDKs, yet is easier to learn. It offers modular components, two-way data binding, and much more. Join us on irc.freenode.net#montage. Sign up for our beta to build Montage applications in the cloud.
http://montagestudio.com/montagejs
Other
1.5k stars 215 forks source link

Make component DOM manipulation consistent #859

Open heatherdouglass opened 12 years ago

heatherdouglass commented 12 years ago

Currently some components manipulate their DOM in their draw method (like the repetition) while other components (like the slot) have their DOM manipulated by the framework before willDraw/draw/didDraw is called. At what point DOM manipulation happens within components should be made consistent.

Stuk commented 11 years ago

@aadsm any thoughts? Not sure I understand this.

aadsm commented 11 years ago

This is still true in the domContent property, we can only fix this when the mythical DrawManager is implemented.