Skip to content

IE 8 overflow / dynamic update issue #2

@elfstone1555

Description

@elfstone1555

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions