Custom Query (13852 matches)
Results (4 - 6 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5 | fixed | height/width are reported differently | ||
Description |
$.css(x, "height") and $.css(x, "width") return different values for different browsers (based upon the different box models). This should be standardized without breaking an of the fx plugins. |
|||
#6 | fixed | changed from input/radio/checkbox, etc. break too much | ||
Description |
They're great shortcuts for some, but they seem to break too much code for too many people. Either they need to be removed entirely, or completely refactored. |
|||
#8 | fixed | Disabled attribute of input elements | ||
Description |
When you want to enable a disabled element with $(element).set('disabled', false), it fails. In $.attr, "o[a] = v" does the job but "o.setAttribute(a,v)" reverts disabled to true.
|
Note: See TracQuery
for help on using queries.