dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

allowLR doesnt work when list short #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As reported by  AlejaVigo on issue 36 comment 4 - 
http://code.google.com/p/ufd/issues/detail?id=36

ufd({listWidthFixed:false,allowLR:true});

"allowLR" doesn't work neither. Sometimes the scroll appears, but disabled...

(theToolman, comment 9) LR scroll only appears when the list is large enough to 
have vertical scrollbars also. 

 Your [AlejaVigos] code example is odd because if the width stretches to match the content (listWidthFixed:false), then it will never need LR scroll bars!   I suppose its a reasonable fallback in iE6.

Still a todo there..

Original issue reported on code.google.com by thetoolman on 22 May 2012 at 10:01