Search and Top Navigation
#6214 closed bug (wontfix)
Opened October 22, 2010 12:39AM UTC
Closed April 15, 2012 06:50PM UTC
Text in select dropdowns inside tab area doesn't fit initially in IE 8/9
Reported by: | RandomEngy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you've got select dropdown elements (without fixed sizes) inside a tab in IE8, the dropdown will be too small for the text, until you change tabs or click on the dropdown.
This issue is most noticeable when the font-size is unaltered on the document. If you have a font-size on the body like .75em or 10px the problem is less severe, with only the last couple of characters getting cut off usually.
Attachments (1)
Change History (6)
Changed May 27, 2011 03:26PM UTC by comment:1
milestone: | TBD → 1.9 |
---|---|
status: | new → open |
Changed May 27, 2011 11:04PM UTC by comment:2
As a workaround you can run $( "select" ).css( "zoom", 1 )
.
Changed September 08, 2011 08:25PM UTC by comment:3
summary: | Text in select dropdowns inside tab area doesn't fit initially in IE 8 → Text in select dropdowns inside tab area doesn't fit initially in IE 8/9 |
---|
This is fixed in the IE 10 preview.
Changed March 15, 2012 02:03PM UTC by comment:5
Replying to [comment:3 scott.gonzalez]:
This is fixed in the IE 10 preview.
Specifically it's fixed in Platform Preview 4, 10.0.8103.0; it was still broken as of the Dev Preview 10.0.8102.0
Changed April 15, 2012 06:50PM UTC by comment:6
resolution: | → wontfix |
---|---|
status: | open → closed |
reduced test case: http://dev-test.nemikor.com/bugs/ie/select-render-add-class.html