Side navigation
#11863 closed bug (wontfix)
Opened June 05, 2012 08:18PM UTC
Closed June 05, 2012 08:36PM UTC
Last modified June 05, 2012 08:39PM UTC
Dependency tree for modular source
Reported by: | rwaldron | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently, there is a failure if I build without effects and dimensions. The issue appears to occur when this is called (test/unit/core.js):
var elem = jQuery("<div/>", { width: 10, css: { paddingLeft:1, paddingRight:1 }, click: function(){ ok(exec, "Click executed."); }, text: "test", "class": "test2", id: "test3" });
The issue is caused by "width"
Attachments (0)
Change History (4)
Changed June 05, 2012 08:20PM UTC by comment:1
description: | Currently, there is a failure in oldIE if I build without effects and dimensions. The issue appears to occur when this is called (test/unit/core.js): \ \ {{{ \ var elem = jQuery("<div/>", { \ width: 10, \ css: { paddingLeft:1, paddingRight:1 }, \ click: function(){ ok(exec, "Click executed."); }, \ text: "test", \ "class": "test2", \ id: "test3" \ }); \ \ }}} \ \ \ → Currently, there is a failure if I build without effects and dimensions. The issue appears to occur when this is called (test/unit/core.js): \ \ {{{ \ var elem = jQuery("<div/>", { \ width: 10, \ css: { paddingLeft:1, paddingRight:1 }, \ click: function(){ ok(exec, "Click executed."); }, \ text: "test", \ "class": "test2", \ id: "test3" \ }); \ \ }}} \ \ The issue is caused by "width" |
---|
Changed June 05, 2012 08:25PM UTC by comment:2
Interesting though. Does providing "width" as a property call .width()? Ugh. I can't believe I didn't catch this. I'll follow up with the fix for that, but that's separate from the intent of this ticket which is to provide modular dep. graph.
Changed June 05, 2012 08:36PM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | new → closed |
You blitzed me trying to close this ticket.