Custom Query (18300 matches)
Results (19 - 21 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#9421 | invalid | this._construct is not a function at line 2702 of http://o.aolcdn.com/dojo/1.3.0/dojo/dojo.xd.js.uncompressed.js | ||
Description |
I'm using Firefox 3.0.7 and dojo 1.3.0. I create a dojo.dnd.Source declaratively:
Later I try to add a value to the list which I type into a dijit.form.TextBox? named "section_id", using the following function:
I get the following error:
|
|||
#2438 | invalid | changed dojo.gfx image shape from HTML to an actual VML shape | ||
Description |
The VML image shape is currently an HTML element within a <v:group> element. This causes the image to function differently than expected. A VML surface seems to clip shapes exceeding the boundaries automatically; however, when HTML is introduced, it seems to turn clipping off. This can be viewed here: http://aaron.schoolinsummertime.com/gfxVML/VML.html. Instead of clipping the shape that exceeds the boundaries, it scales the VML surface to fit the new shape. As a result, any existing shapes are also scaled, which makes the image appear smaller. This patch makes the dojo.gfx Image an acutal <v:image> object, which seems to fix all of the problems discussed above. A test/example can be viewed here: http://aaron.schoolinsummertime.com/gfxVML/imageTest.html. |
|||
#131 | fixed | Iframe with mimetype text/plain does not return data | ||
Description |
Hi, I was trying to get fileupload working, and it worked perfect for except one thing. I have no javascript background (only java/c++/c/php/perl) but I didn't get any data back using the handler. I checked the IframeIO.js file and on line 167 I found the code responsible for returning content, but this didn't work. I tryed to replace "value = ifw.innerHTML;" with "value = ifw.document.body.innerHTML;" and I got the inner html of the body. Don't know how to access the innerHTML of the document or windows object. I don't know how to work with the xml/javascript object so... couldn't check those.. full code here..... <html>
</html> |