Code review comment for lp:~wallyworld/launchpad/new-team-picker-simple-form

Revision history for this message
Richard Harding (rharding) wrote :

> I suspect lines 512 and 680 will fail in IE 8 because it does not support nth-
> child(). We fixed a few cases of this recently.
>
> There are two choices:
> 1. use('selector-css3') to add support for IE8
> 2. replace :nth-child(1) with :first-child which I think is easier to read.

Or perhaps it could just grab the button based on the css class. It looks like it has a class you can search instead.

« Back to merge proposal