Hi,
With latest SVN (2_1_x branch), CForms gives a javascript error on IE6.
This happens whenever I click somewhere on the page (doesn't matter
where: in a blank area or an input field).
The cause is that in dojo's HtmlDragManager.js, on line 185, the 'e'
variable is undefined:
onMouseUp: function(e){
this.mouseDownX = null;
this.mouseDownY = null;
this._dragTriggered = false;
var _this = this;
e.preventDefault(); <=== e undefined
Maybe some of you who follow up dojo development know if this is already
fixed or if the problem is caused by us.
TIA
--
Bruno Dumon http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED] [EMAIL PROTECTED]