af:inputSlider doesn't render in popup for FF, Safari and Chrome
- by Frank Nimphius
A problem reported on OTN is that the af:inputSlider component of Oracle JDeveloper 11.1.2.2 doesn't show on all browsers except IE when the slider is added as the sole component in a popup. The problem reproduces with the ADF Faces component demo and I filed bug 14207690. The work around, posted by OTN user "Tses" is to set the inlineStyle property on the slider to table
<af:inputNumberSlider ... inlineStyle="display:table;"/>