Combobox and DateField dropdown don't work in grid in scoped CSS mode?
Combobox and DateField dropdown don't work in grid in scoped CSS mode?
I'm using ExtJS 4.1 and I find that when I run ExtJS in scoped CSS mode (using ext-all-scoped.css and setting scopeResetCSS to true) that the ComboBox and DateField pickers don't not render properly inside an editable grid. They just render as a text box with no drop down.
Am I possibly doing something wrong? Is this is a known issue or limitation?
I don't see any script or console errors either. It seems like it's a CSS issue. The picker is probably rendering somewhere but not where it should be.