Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(account): uiSelect rendering bugs #1461

Merged

Conversation

jniles
Copy link
Collaborator

@jniles jniles commented Apr 3, 2017

This commit fixes rendering bugs with newer uiSelect and implements
them on both the Simple Vouchers html file and the bhAccountSelect
component.

This issue is that uiSelect's CSS selects all child span elements
under the ui-select options rather than the first one. It sets them to
be width 100%, causing the browser to render any sibling elements
unpredictably.

This has been corrected by removing all children spans except for the
main span element. We can safely upgrade to ui-select versions higher
than v0.17.

Before
uiselectrenderingbugbefore

After
uiselectrenderingbugafter

@jniles jniles added the Bug Fix label Apr 3, 2017
@jniles jniles requested a review from sfount April 3, 2017 10:02
@jniles jniles force-pushed the fix-account-select-rendering-bugs branch from ac2a69b to 8b0b71f Compare April 4, 2017 10:47
This commit fixes rendering bugs with newer `uiSelect` and implements
them on both the Simple Vouchers html file and the `bhAccountSelect`
component.

This issue is that `uiSelect`'s CSS selects all child `span` elements
under the ui-select options rather than the first one.  It sets them to
be width `100%`, causing the browser to render any sibling elements
unpredictably.

This has been corrected by removing all children spans except for the
main span element.
@jniles jniles force-pushed the fix-account-select-rendering-bugs branch from 8b0b71f to c45c667 Compare April 6, 2017 08:30
@jniles jniles merged commit c7cecb8 into IMA-WorldHealth:master Apr 6, 2017
@jniles jniles deleted the fix-account-select-rendering-bugs branch April 6, 2017 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant