Ticket #4856 (closed bug: patcheswelcome)
Slider showing incorrectly when inside a table that is inside a div with scrolls (Internet Explorer)
| Reported by: | jpt | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.11.0 |
| Component: | ui.slider | Version: | 1.7.1 |
| Keywords: | slider tablecell scrolls | Cc: | |
| Blocking: | Blocked by: |
Description
This happens in IE6 and IE8(only if compatibility view is enabled). Haven't tested in IE7.
I have a div with a fixed width and with its overflow style configured to "auto". Inside the div, there's a table also with a fixed width (greater than the container div, which causes the scrolls to appear). For each table row, there's a slider configured. The sliders appear as if they were floating on top of the div, not inside, and with a fixed location. I'm attaching a simplified example (the actual page I'm working on is far more complex).
Thanks for your time!
Attachments
Change History
Changed 4 years ago by jpt
-
attachment
slider_table_scrolls.zip
added
Changed 4 years ago by jpt
-
attachment
slider_table_scrolls.png
added
screen shot of the issue described
comment:3 Changed 7 months ago by davenaeder
- Status changed from new to open
I've created a jsFiddle showing a simpler issue: http://jsfiddle.net/davenaeder/mujyB/3/
Bug is noticed in ie6 and IE8 (if compatibility view is enabled).
comment:4 Changed 5 weeks ago by scott.gonzalez
- Status changed from open to closed
- Resolution set to patcheswelcome
Seems like this is just a rendering but in old IE that we can't do anything about: http://jsfiddle.net/mujyB/5/


example of the issue described