kveeiv / extjs-boxselect

Ext.ux.form.field.BoxSelect
http://kveeiv.github.com/extjs-boxselect/examples/boxselect.html
MIT License
108 stars 53 forks source link

ExtJS 4.2 bug #28

Open nicetip opened 11 years ago

nicetip commented 11 years ago

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 commented 10 years ago

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; }