Ticket #2530632 (closed defect)

Reporter


George
Opened: 08/2/11
Last modified: 08/18/11
Status: closed
Type: defect
Resolution: fixed

Owner


Satyen Desai
Target Release: 3.4.0
Priority: P3 (normal)
Summary: ScrollView - no display in IE6
Description:

launch Horizontal ScrollView in IE6
launch example in new window
scrollview does not display

same for this example: http://devel.yuilibrary.com/yui/docs/scrollview/scrollview.html

Type: defect Observed in Version: development master
Component: ScrollView Severity: S3 (normal)
Assigned To: Satyen Desai Target Release: 3.4.0
Location: Priority: P3 (normal)
Tags: Relates To:
Browsers: IE 6.x
URL:
Test Information:

Change History

Satyen Desai

YUI Developer

Posted: 08/2/11

Ticket #2530627 was marked as a duplicate of this ticket.

Satyen Desai

YUI Developer

Posted: 08/2/11
  • status changed from new to accepted
  • summary changed from Horizontal ScrollView - no display in IE6 to ScrollView - no display in IE6

Satyen Desai

YUI Developer

Posted: 08/2/11
  • status changed from accepted to checkedin

One of these, I'm guessing c32ac843533f2b40173501ca749de5d972f101c4, fixed the SV issues in IE6, based on Jenny's testing with the latest (Test Fest was with 3.4.0PR3)

commit 9220b67634d9c9872485e6a84bd8de8dd3d7507b
Author: Satyen Desai sdesai@yahoo-inc.com
Date: Tue Aug 2 02:01:44 2011 -0700

Fallback to using larger of bb.scrollWidth/Height or cb.scrollWidth/Height
to account for FF (which clips cb.scrollWidth due to bb overflow:hidden) and
Chrome (which clips bb.scrollWidth, when translated).

Fixes #2530530

Tested examples and manual scrollview-chrome-transform.html on
FF5, Chrome 12 (Win and MacOS), IE8 and Mobile Safari on the IPad.

commit c32ac843533f2b40173501ca749de5d972f101c4
Author: Satyen Desai sdesai@yahoo-inc.com
Date: Mon Aug 1 23:36:11 2011 -0700

Attempt to prevent incorrect scrollHeight calculations, due to post render syncUI call (see f10a402d) in IE8. Fixes #2530588

Satyen Desai

YUI Developer

Posted: 08/3/11
  • milestone changed to 3.4.0

Satyen Desai

YUI Developer

Posted: 08/3/11
  • sprint changed to sprint 4

Satyen Desai

YUI Developer

Posted: 08/9/11

Ticket #2530886 was marked as a duplicate of this ticket.

Satyen Desai

YUI Developer

Posted: 08/9/11

Ticket #2530887 was marked as a duplicate of this ticket.

George

YUI Developer

Posted: 08/18/11
  • resolution changed to fixed
  • status changed from checkedin to closed