I have a simple checkboxmenu that works great on Chrome but totally messed up on Internet Explorer 8 + I can't give up IE8 it's a customer requirement.
Related
Hi
I have an old project based on electron 9 and it works perfect with webkit tags especially -webkit-app-region but when I upgrade the project to use electron V 19.0.8 that tag does not work and the buttons that I used in the project can not be seen anymore.
I wonder why this happens as I expect chromium to work natively with webkit tags.
Is there any changes that I am supposed to use to enable webkit tags in newer versions of electron applications?
Thanks in advance.
I am working on RWD application which was developed using jQuery Mobile 1.3. We have decided to upgrade jQuery Mobile from version 1.3 to 1.4. Our concern is how well jQuery Mobile works in Microsoft Edge on Windows 10. The jQuery site does not mention anything about Microsoft Edge.
jQuery Mobile is developed around standards and common conventions, as is Microsoft Edge, Google Chrome, Mozilla Firefox, Safari, and other browsers. You should not run into any serious issue when using any of these modern browsers.
There are currently 271 open issues on GitHub for jQuery Mobile. A cursory search didn't reveal anything serious with Microsoft Edge. If you do happen to run into issues, please file them on Github, and share them here so that we can help you identify temporary work-arounds.
Internet Explorer versions 8 through 11 received an A in jQuery Mobile's Graded Browser Support. Considering the fact that Microsoft Edge has received thousands of bug fixes more than Internet Explorer 11, I would say it's safe to assume you should have a wonderful experience using jQuery Mobile along with Microsoft Edge.
I am working with a client who maintains their public facing websites with Sharepoint. They are admittedly out of date and still using Sharepoint 2007 for the most part.
Example Page: http://www.kellerisd.net/Pages/default.aspx
With the recent release of iOS8 their website navigation is now broken in mobile safari and Chrome. I have seen numerous posts regarding the changes to the JS engine for browsers with iOS8 (http://9to5mac.com/2014/06/03/ios-8-webkit-changes-finally-allow-all-apps-to-have-the-same-performance-as-safari/)but have no other means to explain the loss of functionality overnight.
I am working with them to update to SP 2013 which should alleviate the issue but I am looking to repair their site to keep them functional until the migration is possible.
Don't expect SharePoint 2013 to help if they are using Windows Authentication... Windows Authentication is broken in iOS 8 Safari. (Works OK in Chrome though.)
I am developing an app for my company using ASP MVC 3.0. It uses Windows Authentication to log the user in, and the User.IsInRole method or the AuthorizeAttribute.
Currently, I am having issues with initial load and response times, but ONLY for users who happen to be running Internet Explorer 8 on Windows 7. These users are experiencing load times of around 20 seconds. All other users have had no issues when running on Internet Explorer 8 on Windows XP and experience load times of less than a second.
I'm fairly certain it is an Internet Explorer 8 issue, as downloading Google Chrome on a Windows 7 PC has instantaneous load times. The most mind boggling part though, is that I am running a Windows 7 PC and have IE 8 and am not running into these issues and have instant loading.
Any help would be greatly appreciated.
Unfortunately, I was unable to figure out what the root cause of this problem was. So, I thought I would at least post the solution that I used to get around it.
Fortunately, we had a second server for hosting. I migrated over to this server and housed it there and it seemed to work fine. More than likely, the problem with the original server could be the way it was set up, installed or some type of firewall issue that we had.
I'm trying to upload a file using Watin and C#. Under Windows XP, Watin opens the Filebrowse window and selects the file properly, but under Vista the Browser window pops up but no file is selected. Could you help getting this to work under Vista? Thank you.
Which Watin version are you using? I also had some difficulties with upload under Vista(using Watin rtw). But since using Watin beta 2.0 (March 30, 2009) uploading works without problems. So first check if you have the newest version where they fixed that bug.
If that is not the issue, could you give us some code sample?