Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12438 closed bug (invalid)

css3 resize breaks jquery width()

Reported by: [email protected] 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.

Change History (2)

comment:1 Changed 11 years ago by [email protected]

Argh, ignore me, close this.

comment:2 Changed 11 years ago by mikesherov

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.