Side navigation
#12438 closed bug (invalid)
Opened September 01, 2012 07:37AM UTC
Closed September 01, 2012 12:39PM UTC
css3 resize breaks jquery width()
Reported by: | bluemangroupie@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Step 1. Create a div and set css "resize: both".
Step 2. Run $(div).width() to see that you get the correct width.
Step 3. Resize the div.
Step 4. Run $(div).width() again. You'll get the same result even though you just changed the width by resizing.
Argh, ignore me, close this.