Ajax Toolkit modal popup - ajaxcontroltoolkit

I have built an application that uses Ajax toolkit modal popups. The application tests fine on all browsers run from the local IIS on Visual Studio. When deployed to IIS 8.5 the application works fine on Chrome, FF and Edge - (modal popup showing) however on IE 11 and IE 10 the modal popup does not show.
Does anyone have a hint why this is?
Kai

I have the solution.
1) Donwload html5-dataset.js (https://gist.github.com/brettz9/4093766) and save on folder /Scripts
2) add this code on page
<asp:ScriptReference Path="~/Scripts/html5-dataset.js" />

Related

What browser opens a PWA when it is launched from home screen app icon

I am examining PWA and Web Components technologies recently. As far as I have learned now Web Components is a new suit of tech,
Custom Elements, Shadow DOM, HTML Templates and HTML imports. Together with those Web Components enabling techs Web App Manifest, Service Workers, and certain performance improvement techniques used to make what is called as Progressive Web Applications.
What I wonder is when one "Adds to Home Screen" an application in a certain web browser what is the browser that opens it when it is launched from its home screen icon? Is it the browser it has been added to home screen from, or it is the default browser of the system no matter which browser it has been added to home screen from, or it is just a generic web view available on the host operating system at the moment like the one used in native web applications?
Lastly, is it possible for a developer coding her/his app to choose one?
Currently, for me, these combinations open a new "Standalone" window
I believe Android/Chrome is the only one that installs a WebApk
All the others are just shortcuts to open your website in that browser without the normal browser navigation items
I know of no options for the developer for how the shortcut opens your PWA
Android 8.10 - Chrome 67
Android 8.10 - Chrome (beta) 68
Android 8.10 - Edge 42
Android 8.10 - Opera 43
iOS 11.4 (simulator) - Safari
As test I created app shortcut of site https://pwa.rocks from browser:
Brave
Firefox
Chrome
and found that there were 3 different shortcut created for each of the browser. Launching each shortcut resulted in opening the respective browser that created it.
I believe there is no way of changing the default browser to launch the app by coding something in the app. I could not find a way of doing that, if someone knows how to do it, I will be interested to know about it
Here is similar question: What browser will PWA (Progressive Web App) use after adding to home screen?

WebView With Java Applet

I have a web page with java applet component inside, working properly on Internet Explorer 11 and trying to load same page in Xaml Webview, but it shows that this browser doesn't support applets, so I need to load this web page with applet component inside WebView.
Note: The Internet Explorer is the default browser on my machine.
but it shows that this browser doesn't support applets
Please refer to the Remarks part of WebView class:
In apps compiled for Windows 10, WebView uses the Microsoft Edge rendering engine to display HTML content. In apps compiled for Windows 8 or Windows 8.1, WebView uses Internet Explorer 11 in document mode. It does not support any ActiveX controls or plugins like Microsoft Silverlight or Portable Document Format (PDF) files.

GWT 2.7.0: Why I have to move my mouse in browser's client area to see actual loaded page?

I'm developing a webapp prototype using GWT 2.7.0 and Vaadin-Polymer-Elements and I'm wondering about the page loading behaviour. The browser window remains white, until I move with my mouse cursor over it?! Even after packaging and deploying the app to an application server, this behaviour persists. Only if I have the chrome developer console open, the page shows up in milliseconds... To reproduce this, simply follow the GWT Polymer tutorial steps.
Any suggestions how to change this are appreciated.

Change Default Browser in Eclipse

I'm using Eclipse Luna and I have created an app using the Google App Engine SDK.
When I'm trying to deploy my app to GAE, Sign in to Google Services window open and when I give my Google credentials it show another window with Account Permissions. But I can't click Accept and Cancel buttons in this window, because this window display that page using Internet Explorer embedded window. Due to issues in IE, those buttons are disabled.
So I change my browser from Window => Preferences => General => Web Browser to Firefox. But still Sign in to Google Services window is open in IE embedded window.
How can I change this to open in Firefox embedded window?
I think answer is update your IE7 , 8 to IE9.. it will work fine.
It's not possible to change the embedded browser in Eclipse. There is a very old bug open to add this functionality, but it doesn't look promising. See also this answer.
For now the solution is to to use an external browser, as was suggested above.

How to see html sourcecode of a web page in Win8 IE10

I want to see html source code in IE10 Browser in Win8 OS.
As we all know in win7 IE , by right clicking on the page and if clicking on view source ,
we can view the source code of a page.
But can you help me how to see the html source code of a page in IE10 and Win8 OS.
Thanks In Advance.
Use the spanner icon, and choose "View on the desktop", and view source/use developer tools on there...