-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I had an issue with IE 8 not correctly displaying the clone LI's in the selected list (in a dynamic lightbox). For example I would click on 5 items on the available list, the first item would show up on the selected list and the rest would be hidden (even when the count above was correct). If I then moused over the selected list the rest would show up and if I looked at the DOM all of them were there even when not displayed.
This turned out to be an IE overflow error because a width wasn't set on the UL. I simply added "width: 100%" to ".lwms-main ul.lwms-list" and everything started working. This should cause no issues in any other browsers as width:100% is implied.
By the way this is an excellent plug in and super light weight which is exactly what I was looking for. Thanks for putting this together and sharing it!