Edit1:This error is caused by this bug and solved.
I am using ASP .net Ajax Library and their CDN.
The code is like this
var dataContext;
Sys.require([Sys.scripts.Templates, Sys.scripts.DataContext], loadComplete);
function loadComplete(features) {
//create a datacontext to adonet data service
dataContext = $create(Sys.Data.A...
I have a login form that resides within a div with display: none; I then fade in the form using jquery but the Enter/Return key no longer submits the form. If I change the display to block, it works fine. This problem is IE only.
Any ideas?
Here's an example code that doesn't work;
<div id='formdiv' style='display: none;'>
<form id='l...
On this project
http://jackson.collegeman.net
In IE 7 on WinXP and IE 8 on Vista, when the page loads, the background image behind my nav bar buttons scales to fit the anchor tags it's set on.
The background-image is a composite of all the buttons for the navigation bar, containing both normal and hover states. For some reason, in IE,...
I can't figure out where to look for how to develop an IE8 toolbar. Is it possible to develop by just using html/css/javascript?
...
I've found a strange bug in Internet Explorer 8. Maybe someone can help me move around it.
When I try to grab the background position of an element, using background-position-x all versions of Internet Explorer work as excepted except for IE8 that crashes.
When I run el.getStyle('background-position') all browsers give me the correct v...
This code causes a strange bug in ie8. It comes from MicrosoftAjaxAdoNet.js in link text
function Sys$Data$_AdoNetBatchWriter$startChangeSet() {
this._changesetBoundary = "changeset_" + this._createBoundary();
this._changesetEntries = [];
}
Before calling this function, this._changesetEntries is always null. I e...
I am trying to send some content to the client before doing some lengthy work:
Response.Write("Processing...");
Response.Flush();
System.Threading.Thread.Sleep(5000);
Response.Write("Finish");
Response.End();
In Firefox it works as expected but in IE8, Safari and Chrome it waits until all the code is processed and then shows the whole...
view my page: http://tonyperson.com/art4art
click on the picture (woman study 01) in IE8 and the transparent black background does not go all the way down the page.... any help is appreciated!
I have tried many things in css like changing the height to 100% for the overlay div, etc...
...
Hi, for some reason my LI elements are not floated to the left in internet explorer, they are showed each below the other. Anybody knows how I could fix this? Thanks in advanced.
#books ul{
list-style:none;
margin:0px;
float:left;
display:inline;
}
#books ul li{
float:left;
margin-right: 20px;
padding-bottom:...
Is there a way to do http logging in this like I can do in fiddler?
...
Hi,
i have a strange problem with IE8 installed in xp. i was trying to launch IE using an System.Diagnostics.Process.Start method in c#. And i have a requirement to trap the exited event of the IE and do some operation. But i ended up in a rather strange problem where the IE immediately fires the exited event after launch.
this is the ...
I have read the related questions on this topic, but haven't yet found a solution to this issue. I have a simple javascript function that calls window.open when a link is clicked:
var newwindow;
function pop(url)
{
newwindow=window.open(url,'','height=500,width=532');
if (window.focus) {newwindow.focus();}
}
This works fine...
Guys,
I'm working on a project where I have a image map and when I have a dom object that have a absolute position over that image map area, the image map shines through over some elements.
Its really quite bizarre. It only happens over some elements and others its fine. But when it actually shines through I can actually click the to...
Does someone have a good reference for how browsers determine td width?
I have a table with 3 columns, td width set to auto, 150px, 200px, respectively. Looks pretty good in Firefox 3.5. In IE 8, columns 2 and 3 are huge, column 1 is much tinier than I'd like. I wouldn't mind the browser being a little smart (sometimes column 3 has l...
I need some code here. I need to delete these blasted cookies once and for all.
WebBrowser wb = new WebBrowser();
wb.Navigate("www.cookieparadise.info");
//load
string cookie = wb.Document.Cookie;
//cookie = "this=cookie1;that=cookie2;etc=more;";
I need to delete Document.Cookie.
Please dont suggest any javascript because it doesnt wo...
I have a Java web app that intermittently loses session data. The problem only occurs with users on IE8. I have used IEWatch to monitor the http traffic, and it seems that the correct session cookies are being sent (JSESSIONID2).
When the request gets to the server the session has become unbound from the custom session monitor (this use...
Hey all - I've been googling this as much as possible, but nothing I do seems to help.
I've been working on a website (www.philipdukes.co.uk), and although the nav seems to work fine in FF, Safari, chrome, even IE6 (miraculously), on my system here it fails miserably in IE8: the navigation links don't work.
I hover on them, get the rol...
I am trying to run a simple ASP.Net Web Application/Site on Vista Box. Unable to run any JavaScript when I hit F5. However when I deploy the same to local IIS and call the application using IE8 this application works and the JavaScript executes.
Another observation, when I copy the URL (example: http://localhost%3AXXXXX/yyy/Default.aspx...
I find in FF3.5, IE6, IE7 all work fine but only IE8...I don't which I should change.
the following is my html sample
<div id="L1">Menu1
<div id="menu1">
<ul>
<li>111</li>
<li>122</li>
<li>133</li>
</ul>
</div>
<div id="L1">Menu22222222222222222
<div id="menu2">
<ul>
<li>211</li>
<li>222</li>
<li>233</li>
</ul>
</div>
...
I am using IE8 with a Intranet app in Local Intranet zone and find that it refuses to load the Google CDN hosted jQuery! Is there some setting I need to change?
Hovering my mouse over the Lock icon at the bottom right of the window shows a tooltip "No items are being blocked on this page".
Help? Thanks
...