Modify ↓
Ticket #2189 (closed bug: duplicate)
width() and height() after form is appended to inline element
| Reported by: | tuupola | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by davidserduke) (diff)
Symptons
If inline element is appended a form element and later this form element is removed, all subsequent calls to $(elem).width() and $(elem).height() return 0.
Block level elements seem to be unaffected.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Uh sorry about accidental submit. Correct bug report here: http://dev.jquery.com/ticket/2190