Side navigation
#14723 closed bug (migrated)
Opened January 23, 2014 08:22PM UTC
Closed October 21, 2014 12:29AM UTC
.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
Attachments (0)
Change History (2)
Changed January 30, 2014 06:48PM UTC by comment:1
Changed October 21, 2014 12:29AM UTC by comment:2
resolution: | → migrated |
---|---|
status: | new → closed |
Migrated to https://github.com/jquery/jquery/issues/1762
Try with document.ready
http://jsbin.com/uyufEVAn/13/