Try on this link:
http://www.extjs.com/deploy/ext-3.0....enu/menus.html
Click on Button w/ Menu and type some text into the ComboBox. The TextField is unselectable.![]()
Try on this link:
http://www.extjs.com/deploy/ext-3.0....enu/menus.html
Click on Button w/ Menu and type some text into the ComboBox. The TextField is unselectable.![]()
Sorry for my bad English.
What doesn't work exactly?
I find it working fine:
![]()
Sorry for late reply, It does not work on FireFox3 (my current version is Firefox/3.5.5).
the -moz-user-select:none; cause the problem but I dont know how to remove it.PHP Code:
.x-menu-list-item {
-moz-user-select:none;
display:block;
padding:1px;
white-space:nowrap;
}
Thanks
Sorry for my bad English.