Symfony debug bar and IE8 - css

I am working with a symfony 2 project. I am in development environment and the symfony debug bar displays well with any browser but IE8. It looks like the css for this bar is not loaded with IE.
After investigation, the problem occurs after the 2.0 version (so for 2.1 and 2.2)... maybe web debug bar css is CSS3, it would be quite an error to do for Sensio Labs.. I dont believe it

This is indeed an issue, a bug of Symfony versions above 2.0 : the web debug toolbar is not displayed properly with IE8.
This issue has been reported, and a solution given
https://github.com/symfony/symfony/issues/7422#issuecomment-15112627

Related

Visual Studio 2015 - Bootstrap CSS stopped working on Chrome

In the past few days I have been developing a unniversity project on Visual Studio by debugging on Google Chrome every single time.
Now I suspect that after updating my Windows 10 to the latest version - 1803 - something has stopped working while debugging on Chrome. The menus are no longer responsive, if I try to resize my page the content doesn't seem to go to the placed they used too and the text style has changed aswell.
NOTE: Debugging on Microsoft Edge appears to be working as expected.
Creating a new project with a bootstrap theme and debugging on Chrome gives the very same issue. Is there anything I can do to solve it?
Here's some screenshots of it debugging on Chrome and Edge.

webview images are not loading in lollipop versions when i give target sdk version has 21 in manifest file

I am developing an android Web view App. Its working fine when I set target S D K version is below 21,but if I set version as 21 Web view image tags (images) are not loading in lollipop devices.
I searched for the answer but I didn't find any where.Please help me to fix this problem. its working fine for all other previous versions
You need to allow mixed content since default behaviour changed in API21 as described here:
https://developer.android.com/reference/android/webkit/WebSettings.html#setMixedContentMode(int)
webView.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);

GWT application not working in IE11

I have an application that is using GWT 2.0.4 and running fine on IE8 browser. When opened in IE11, it is giving blank page with error message given below.
com.google.gwt.core.client.JavaScriptException : (TypeError) : Object doesn’t support property or method ‘attachEvent’
The exception was thrown because “attachEvent” is a deprecated function used in older versions of Internet Explorer. IE11 uses “addEventListener” method instead of “attachEvent”.
The user.agent value was set to "ie6" so i changed it to "gecko1_8". After changing user agent it opens the application but the data in table(GWT-ext GridPanel) is getting overlapped over one another, scrollbars are missing and the alignment of menu bar is changed.
It is working fine after enabling the compatibility mode. What is the proper workaround to run my app in IE11 ? Do i need to upgrade GWT and if yes then to which version supports IE11? I don't have to use "X-UA-Compatible=IE8" meta tag....Please help
As with anything on the Web, you should always try to run the latest version, because everything changes around your application. 2.0.4 is 5 years old already!
So yes, upgrade to the latest version of GWT (2.7.0 as of today), and when the next version will come (2.8, in a few weeks) try to upgrade as well.
As a workaround, because it works in IE8, you could probably ask IE11 to emulate it using an X-UA-Compatible with value IE=EmulateIE8. But that's only a temporary workaround, as the next version (Edge, coming in Windows 10 to replace IE) will no longer support X-UA-Compatible (except in the Intranet zone). See the warning at the top of the X-UA-Compatible doc and this announcement by Mirosoft. The real solution is to stay up-to-date with GWT versions, just like you stay up-to-date with browser versions.

Visual Studio Apache Cordova - IOS build rotation issue

I'm a starter in writing app code in Visual Studio 2013 Community Apache Cordova and have managed to connect VS2013 with my Mac. Once I have gone through the process of building the app in VS and on my Mac and installing in on my iPhone, I open it up and it won't rotate. It doesn't rotate for a number of basic apps that I've written nor does it rotate if I build the default new project "Hello, your application is ready!" app.
I have done some research and tried changing the config.xml "Orientation" preference to "both", through the code window and also in the designer window but that doesn't change anything. I've also noticed that adding in a "BackgroundColor" preference doesn't work either.
Does anyone know if I may have configured something incorrectly or perhaps need to add something to my code?
All the HTML, JS and CSS that I've written seems to work okay (with the exception of trying to link URLs to the Safari Browser but that's another issue).
I have noticed the same issues. I tried finding some settings to fix that in the config.xml, but was not successful. I have resolved myself to just opening the iOS project in XCode and changing a few things:
Device Orientation: no matter the config.xml setting, its always only Portrait. I click-check the other 3 orientations.
Team: I have multiple developer profiles, and I need to choose correct one here.
Bundle Identifier. I screwed up one project, and have different case for iOS and Android. I leave the VS one as the Android one, so I can build completely correct for Android. Since I know I have to go to XCode for iOS anyway, I change the bundle identifier here.
You can find the project using Finder at ~/remote-builds/builds/9999/cordovaApp/platforms/ios/*.xcodeproj, where 9999 is the build number, though not necessarily the latest, largest number, but the latest datetime of the folder.
You can also refer to Greg's answer in this related post as an alternative solution.

QtWebkit and ASP.NET

I'm having problems with getting QTWebKit to properly handling ASP.NET websites.
For example, the menu bar example on the page http://demos.telerik.com/aspnet-ajax/menu/examples/default/defaultcs.aspx is not working.
Any solution to the problem?
what version of Qt you're using? I've just check that site on Qt 4.7.4 Fancy Browser demo and everything works well for me

Resources