YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2527868 (closed defect)

Reporter


fabio Fornelli
Opened: 03/30/09
Last modified: 09/14/09
Status: closed
Type: defect
Resolution: fixed

Owner


Dav Glass
Target Release: 2.8.0
Priority: P4 (low)
Summary: top panel's header always displayed in a layout in IE7
Description:

for a YAHOO.widget.Layout if the top panel is declared as

units: [
{ position: 'top', height: 50, body: 'top1', gutter: '5px', collapse: false, resize: false }....

the panel's header is always displayed in IE7. The same layout configuration works fine in Firefox.

Find attached the modified page I took from the examples

Type: defect Observed in Version: 2.7.0
Component: Layout Manager Severity: S3 (normal)
Assigned To: Dav Glass Target Release: 2.8.0
Location: Library Code Priority: P4 (low)
Tags: Relates To:
Browsers: IE 7.x
URL:
Test Information:

Attachments

Attachment #1: main.html (download)

Change History

Dav Glass

YUI Developer

Posted: 03/31/09
  • location changed to Library Code
  • milestone changed to FUTURE
  • priority changed from P3 (normal) to P4 (low)
  • status changed from new to accepted

Try taking the collapse config option out. Since it's being declared, it's creating an empty Header.

Dav Glass

YUI Developer

Posted: 06/26/09
  • milestone changed from FUTURE to 2.8.0

Dav Glass

YUI Developer

Posted: 07/13/09
  • resolution changed to fixed
  • status changed from accepted to checkedin

Fixes #2527868 - Added check to see if close or collapse is defined before creating the header
View Commit: a6b1eab568dc6a74512abaf68b2f1acd15d2c98e

George

YUI Developer

Posted: 09/14/09
  • status changed from checkedin to closed

2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed.