#11863 closed bug (wontfix)
Dependency tree for modular source
Reported by: | Rick Waldron | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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"
Change History (4)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
You blitzed me trying to close this ticket.
Note: See
TracTickets for help on using
tickets.
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.