Opened 9 years ago
Closed 8 years ago
#14723 closed bug (migrated)
.outerWidth( val ) doesn't handle selects properly
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Broken: http://jsbin.com/uyufEVAn/5/edit
Explicitly setting box-sizing: content-box
fixes it: http://jsbin.com/uyufEVAn/7/edit
See also http://bugs.jquery.com/ticket/4146
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 8 years ago by
Resolution: | → migrated |
---|---|
Status: | new → closed |
Migrated to https://github.com/jquery/jquery/issues/1762
Note: See
TracTickets for help on using
tickets.
Try with document.ready
http://jsbin.com/uyufEVAn/13/