This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Bug - select width are incorrect when resizing #1678
Comments
@guilhermemsilva thanks for answer, I will take a look at #880 |
I have an easier solution, that worked for me: .ui-select-search { |
Continue to see this issue as well. |
I've just tested the @guilhermemsilva workaround. But I still waiting for a real fix. |
MarkDeMaria
added a commit
to MarkDeMaria/origin-web-console
that referenced
this issue
Jul 11, 2016
-Add leading padding left of ui-select-match -Fix width hang issue (see angular-ui/ui-select#1678
MarkDeMaria
pushed a commit
to MarkDeMaria/origin-web-console
that referenced
this issue
Jul 11, 2016
-Add UI select tag that populates on load but starts only the first -Terminals are connected to only on selection -Terminal statuses are maintained and shown via the dropdown as (connected disconnected, not in use) This is the 2nd commit message: Fix style -Terminal status floated right -No icons -No status given in the dropdown on the active terminal Fix style -Add leading padding left of ui-select-match -Fix width hang issue (see angular-ui/ui-select#1678
@guilhermemsilva workaround produces the following results when using multiple select: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug description:
When you open a page with a "ui-select", all is fine. But if you resize your window, and then you want to open a select, the div shown has not the correct size. Sometimes very small, sometines huge
Link to minimally-working plunker that reproduces the issue:
Simply http://angular-ui.github.io/ui-select/demo-bootstrap.html
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Your own demo, with google chrome
Screenshot
The text was updated successfully, but these errors were encountered: