Version 10, changed by bill@dojotoolkit.org 02/14/2007. Show version history
2. new website update
Resolution: Will try to get it finished in two weeks; jquery --> dojo conversion a show stopper or not? undecided.
3. unit support in dojo.html.style
Scott has prototyped a solution using Dean's getPixel() code.
- extra lines of code are minimal (just 7 lines?)
- speed is good in all cases, for all browsers except IE
- if you use only PX for pad-border-margin, speed is good on IE
- if you use non-PX for pad-border-margin, you incur speed penalty on IE
Resolution: agreed. Scott will implement it and check in.
4. Dojo 0.9 owners
Resolution:
5. D&D
Resolution: Eugene will make plan with input from Ben Lowery; Alex will do oversight
6. dojo.gfx VML - image performance issue
image can overflow, when implemented as div+image, but when implemented as v:image and a filter for transforms, it's slow
Resolution: try CSS clip; or just document the overflow as a limitation