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

ExtJS 4.2 bug #28

Open
nicetip opened this issue Mar 27, 2013 · 1 comment
Open

ExtJS 4.2 bug #28

nicetip opened this issue Mar 27, 2013 · 1 comment

Comments

@nicetip
Copy link

nicetip commented Mar 27, 2013

After upgrading extjs to 4.2 version, close button disapeared.

So I patched BoxSelect.js like this.

1070c1070
< '<li class="x-boxselect-item ',

> '<li class="x-boxselect-item x-tab-default',

@avilesg
Copy link

avilesg commented Mar 20, 2014

Drop down list needs tweaking as well. For now, using:
.x-boundlist-list-ct > ul {
-webkit-padding-start: 1px;
-webkit-margin-before: 1px;
-webkit-margin-after: 1px;
-webkit-padding-end: 1px;
list-style-type: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants