-
Notifications
You must be signed in to change notification settings - Fork 336
Default behavior of inputs are not coming when CSS image is removed #412
Comments
You have a valid concern but I am curious about how one would implement The images are background images and will always be underneath the input
If this is supposed to fall back to the browser's default controls, then I Tyler Akins On Tue, Oct 14, 2014 at 4:31 PM, Mohamed Hussain S H <
|
appreciate you for your quick response. |
AJAX might be blocked. If the image is on a different domain (like a CDN There are ways to test if the browser is in high contrast mode and, if I Tyler Akins On Tue, Oct 14, 2014 at 5:01 PM, Mohamed Hussain S H <
|
Thanks Fidian. I understand the difficulty in implementing it. But my requirement is when the page loading is slow or page load has been stopped at that time the sprite is not loaded then the user is not going to see the radio or drop-down is there. |
When the CSS sprite images(responsible for the background for inputs) are not available or i just removed the CSS sprite image, then the default behavior of the browser for the inputs(select, input) is not coming, i just see the text alone, i am able to recreate this issue in the demo html provided in the GIT. PFA Screenshot.
I understand this is because of the opacity which is turned off to zero by css. Is there any way to overcome this issue?
Expected behavior: When i remove CSS background images or when CSS sprite background image is not available due to network issue, my page should take the default behavior of the browser,
Before issue:
After Issue:
The text was updated successfully, but these errors were encountered: