Side navigation
#5600 closed bug (fixed)
Opened December 04, 2009 11:47PM UTC
Closed December 10, 2009 05:59AM UTC
Width returns null
Reported by: | MelTraX | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | dimensions | Version: | 1.4a1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Firefox 3.5.5 executing "$('empty').width(10);" returns null.
It should return the empty result result set returned by "$('empty');" as it does in the stable version.
Looking at the code it's so obvious that it's probably deliberate (lines 5470, 5471). I don't understand though because it breaks chaining and probably a lot of existing code.