Ticket #2529072 (closed defect)
ReporterWillem |
Opened: 08/4/10 Last modified: 04/13/11 Status: closed Type: defect Resolution: fixed |
Owner Jenny Donnelly |
Target Release: 2.9.0 Priority: P5 (trivial) |
|---|---|---|---|
| Summary: | YUI 2.8.1 ProgressBar in ScrollingDataTable not hidden in IE outside scroll area (OK in Firefox) | ||
| Description: | A ProgressBar in a ScrollingDataTable is rendered and visible even if the bar is outside the viewable scrolling area. Example HTML (based on 'ratings' ProgressBar/DataTable example) displaying the problem in IE: -----cut here------------------------------------ <meta http-equiv="content-type" content="text/html; charset=utf-8"> body { margin:0; padding:0; } </style> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.1/build/fonts/fonts-min.css" /> </head> <body class="yui-skin-sam"> <div id="Container"></div> YAHOO.util.Event.onDOMReady(function () { var dt = new YAHOO.widget.ScrollingDataTable( -------cut here------------------ |
||
| Type: | defect | Observed in Version: | 2.8.1 |
| Component: | ProgressBar | Severity: | S3 (normal) |
| Assigned To: | Jenny Donnelly | Target Release: | 2.9.0 |
| Location: | Website | Priority: | P5 (trivial) |
| Tags: | ProgressBar ScrollingDataTable | Relates To: | |
| Browsers: | IE 7.x | ||
| URL: | |||
| Test Information: | Tested on linux/Firefox (all fine), and Windows Vista/IE (wrong). Screenshot attached. |
||
Change History
|
Posted: 08/4/10
|
|
Posted: 08/4/10
|
|
Posted: 08/4/10
Jenny, Can you do first pass on analysis to determine if this is a data table issue or progressbar and reassign as necessary? Thanks |
|
Posted: 08/5/10
This can be resolved by updating the DataTable CSS file; [code]position: relative[/code] needs to be inserted as follows: [code]... .yui-dt-scrollable .yui-dt-bd { overflow:auto; position:relative; } ... Thanks to Satyam for checking. |
|
Posted: 08/6/10
|
|
Posted: 01/17/11
Best handled in PB documentation. |
|
Posted: 01/17/11
|
|
Posted: 01/17/11
|
|
Posted: 03/19/11
|
|
Posted: 04/13/11
|
Ticket moved from: http://yuilibrary.com/projects/yuilibrary/ticket/2528274