#11 closed bug (fixed)
$.css(imgelem, 'height') return NaN if image has no size
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.css(imgelem, 'height') return NaN if image has no size
Change History (4)
comment:1 Changed 17 years ago by
Milestone: | 1.0 |
---|---|
Priority: | major → blocker |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Priority: | blocker → major |
Version: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
This code below fixes it, but i don't know if it is the correct way of fixing it.
$.getCSS = function(e,p) {
};