Search and Top Navigation
#3851 closed bug (fixed)
Opened January 16, 2009 04:51AM UTC
Closed February 18, 2009 06:30PM UTC
Slider "Simple scrollbar" demo broken on IE
Reported by: | eduardo | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | [meta] ui.demos | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Slider "Simple scrollbar" demo broken on IE
Attachments (0)
Change History (5)
Changed January 17, 2009 12:54AM UTC by comment:1
milestone: | TBD → 1.6 |
---|
Changed January 30, 2009 04:50PM UTC by comment:2
I've commited at least a partial fix in r1905. Two lines are important:
- line 12: width must be explicitly set on the wrapper element so that IE6 doesn't stretch it to the whole 2440px
- line 64: where IE6 froze in case there was a value of "auto" in the margin-left property
The demo still looks bad on the index page on IE6 and the handle behaves awfully on both IEs as well. I'll take a look at that too.
Changed January 30, 2009 06:37PM UTC by comment:3
I've fixed the index page demo layout on IE6 by using the "float it all" method. It helped. See r1909.
Last issue I can see is that the handle "leaves" its rail sometimes in both IEs.
Changed January 31, 2009 04:58PM UTC by comment:4
component: | [meta] ui.site → [meta] ui.demos |
---|
Changed February 18, 2009 06:30PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
This seems to be working now.