Custom Query (13852 matches)
Results (43 - 45 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14056 | duplicate | problem with offset() and transform scale (CSS) | ||
Description |
$(foo).offset().left is not real position, its virtual only. For example: in the CSS apply transform: scale(0.5); transform-origin: 0 0; The left position is changed, $(foo).offset().left fails. i use parseInt($(foo).css('left').replace('px', )) for capture the real position but works only transform-origin: 0 0. Fix this please. jQuery UI and draggable function dont work by this bug. http://bugs.jqueryui.com/ticket/6844 |
|||
#5562 | invalid | Can not get image size | ||
Description |
If a image in a conatiner which css property "display" set as "none", we can use the $.height() and $.width() to get the right value. I tried to use .attr() method instead but get undefined. At last I use the css property to fix the problem. |
|||
#3972 | duplicate | input.val() interprets null as 'null' in IE7 | ||
Description |
If I set the value of an input box with .val(null), IE7 inserts the string 'null' into the input. Firefox 3 correctly sets the input to . 1.2.1 correctly set the value to in both ie7 and ffx3 when using .val(null) I will attach a html file containing a small demo and hotswap 1.2.1 and 1.3.1. |