Fluidr

Sign in or create your account | Project List | Help

Issue 46: Scrollbars show in stepping mode

Reported by Sidath Senanayake, Oct 21, 2009

Need to use !important, but this cannot be set in Javascript. Might 
need to add a class to each one we need to hide...

Comment 1 by Sidath Senanayake, Oct 21, 2009

Labels: Code:CSS, Code:Javascript, Area:Cosmetic
Owner: sidaths

Comment 2 by Sidath Senanayake, Oct 21, 2009

There might be a fix without need to tweak specifity:
 1) Instead of setting the .photo-panel as visibility:visible, set 
it blank when not in stepping mode
 2) On entering stepping mode, do the same as now
 3) When leaving stepping mode, set visibility:""

This should prevent scrollbars getting the visibility:visible 
property when they copy the computed style on their creation.

Might also need to ensure that the visibility property is never set 
to anything on scrollbars...

Comment 3 by Sidath Senanayake, Oct 23, 2009

Fixed in Revision 143.
Status: Fixed

Comment 4 by Sidath Senanayake, Oct 23, 2009

It's worth noting that the fix in Comment 2 wasn't followed 
exactly...

Comment 5 by Sidath Senanayake, Oct 23, 2009

Problem still exists in IE7!
Labels: Browser:IE7
Status: Started

Comment 6 by Sidath Senanayake, Feb 16, 2010

Reduced priority since IE7 shouldn't be used.
Labels: Priority:Low, -Priority:Medium

Created: 10 months 20 days ago by Sidath Senanayake

Updated: 6 months 25 days ago

Status: Started

Owner: Sidath Senanayake

Labels:
Type:Defect
Priority:Low
Code:Javascript
Code:CSS
Area:Cosmetic
Browser:IE7