python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AutoCompleteExtender Hiding in IE but working in Edge
We are using AutoCompleteExtender in our project and when checking in IE we don't see the full list but just first element. However, same site works just fine in Edge/Chrome. I did poking around and f...
Rohit
Votes: 0
Answers: 0
Internet Explorer 11 'Compatibility View settings' in Windows 11 Edge
Long time listener, first time caller. Apologies if this post is bad, I'm not the savviest of web troubleshooters and only marginally a developer.
With brand new instances of Windows 11 - not upgrade...
JenDurama
Votes: 0
Answers: 0
tailwindcss: Force tailwind to use compatible rgb syntax?
I'm porting an app using tailwindcss to work with IE11. Unfortunately, tailwindcss insists on generating colors using the modern W3C CSS Color Module Level 4 rgb() syntax, which does not appear to be ...
henrikl
Votes: 0
Answers: 1
Selenium.InternetExplorer.WebDriver does not continue after do "GoToUrl" with some pages (google, elmundo.es, etc)
Package: Selenium.InternetExplorer.WebDriver
Version: 3.12.0, 3.150.0
InternetExplorerOptions options = new InternetExplorerOptions();
driver = new InternetExplorerDriver(options);
driver.Navigate().G...
dlopezgonzalez
Votes: 0
Answers: 1