We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3e0f5 commit a94d5b6Copy full SHA for a94d5b6
ui/jquery.ui.selectmenu.js
@@ -67,7 +67,6 @@ $.widget("ui.selectmenu", {
67
this.newelement.prepend('<span class="' + self.widgetBaseClass + '-status" />');
68
69
// make associated form label trigger focus
70
- // FIXME: and what happens if this element has no id set?
71
$('label[for="' + this.element.attr('id') + '"]')
72
.attr('for', this.ids[0])
73
.bind('click.selectmenu', function() {
@@ -157,7 +156,6 @@ $.widget("ui.selectmenu", {
157
156
});
158
159
// original selectmenu width
160
- // FIXME: there should be a + 12 here for reserving space for the arrow
161
var selectWidth = this.element.width();
162
163
// set menu button width
0 commit comments