We have a GWT app that has multiple screens, based off of a menu. So App loads user sees
Do This
Do That
Each menu item loads a different screen. What is the best way to switch the screens. Right now what I do roughly is
RootPanel.get(CONTENT).remove(menu);
RootPanel.get(CONTENT).add(new DoThisScreen());
I ask this because it ...
Hi!
Please take a look at: http://www.binarymark.com/Products/PasswordGenerator/default.aspx (the Overview tab, on the diagram). The issue is wjen you click on any of the diagram elements say "Character Groups" all browsers, except IE8 behave well - that is they display the overlay, start playing a video, and when the overlay is closed, ...
Stack Overflow won't let me post my whole question because I'm an untrusted new user, so if you're interested in this question please visit
http://doctype.com/would-cause-behavior-only-one-persons-ie8
The backgrounds in question are drawn
with a single-pixel, xy-repeated,
semitransparent PNG.
This person's IE8 is drawing thi...
I am trying to redirect the user to a different page after 1 second via javascript:
setTimout("document.location.href='new_page.html'", 1000);
however, in Internet Explorer, this happens immediately, not 1 second later. Any thoughts?
...
I some divs with forms inside of them and i do have inputs with same ids but in different divs and forms so do like this:
$("divEdit form #ParentId").val(12);
it works on chrome/mozilla but not on IE8
anybody knows why ?
...
Hi Dears,
In my rails app. I am using link_to_function to bring an ajax tabs in one page.Everything works fine in Moazilla and other browsers. But in IE the tabs are not loading only when the server is started in production mode(doesn't matter whether it's webrick or mongrel). In development mode everything is fine. So I figured out tha...
Inspite of putting the following meta tag I am not getting the expected result:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
I open the developer tool window. In the same bar where the menu appears there is an item called Browser Mode: it still shows IE 8 by default. Even doing document.documentMode in the console wind...
I'm kinda new to Dojo toolkit. There are certain issues which I would like to get enlightened (I googled but I didn't get any appropriate & satisfying answers)
I have a dojo.js(Perhaps the uncompressed dojo.js downloaded) in my already running application (Developed by another software developer). How to find out which version of dojo....
The offending page is http://beta.westlake.school.nz/school-details if viewed using IE8
...
Hi,
I'm having a lot of trouble opening documents from a network share in word using IE.
The documents are located in a network share which is mapped to a virtual directory. The documents are accessed by URLs that link to the virtual directory.
There is now a huge lag (sometimes up to a minute or two!) from when clicking on the link ...
I have a sidebar (right sided iframe) and when i click on a link in it, it opens a new window in IE8, (in firefox it open a new tab). What do i need to do to open links in IE8 in a new tab. I already set the Tools->Internet Options->Settings-> 'Always open pop-ups in a new tab' and 'A new tab in the current window' open in new tab but st...
This one really has me stumped. For some reason when I animate the x and y scroll property at the same time it jumps in IE 8 but works in all other browsers. I'm hoping someone has run into this before and has a work around. Note: it works fine if I only animate the x or y by them selves.
Please view this working example
...
I am trying to add some security to my computer at home and would like to have a copy of all Yahoo! IMs sent to me. I am using Python 2.6 on Windows.
I would also like to have every URL in Internet Explorer sent to me.
...
Unfortunately the bug does not happen outside of my application!
Scenario
index.php
<?php
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').'GMT');
header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transition...
Hi,
I'm creating an application using GWT 2.0.1; it complies 6 computations and runs well in all browsers except IE8, it shows a blank page( but can be viewed in IE8 compatibility mode) .
When I add the line in my gwt.xml
<set-property name="user.agent" value="ie8" / >
it compiles just 1 permutation and the application displays fine...
I have a page which displays ~300 pages worth of tabular data. Firefox, Chrome, Safari all work fine but IE 7, 8, and 8 Compatibility view all wretch. It lags for several seconds when I try to scroll or press the page up/page down button.
Pagination, smaller data sets, and other usability suggestions will not work for this page. Assu...
I am pretty new to jQuery in general, however the following code works perfectly in Chrome and Firefox, but not in IE8. In IE8, I have to click anywhere on the page to start the animation after selecting a radio button. Here is the code:
$("input[name=method]").change(function() {
if($("input:radio[name=method]:checked").val() == 'i...
In IE 8, I am getting the below error message when trying to land on a https from a http page in an online store web portal.If i change the settings in my IE,It will not prompt the message.But since its a browser setting,we can ask each customers to do so .
Is there anything which we can do for not showing this message in IE. ?
...
Hi,
I've got a website where we have pre-compressed all of our HTML files. In general this works fine, but since IE 8 has come out some people are finding that they can not use some parts of the website.
We've used the showModalDialog command to open a dialog window and pointing to one of our pre-compressed files but it displays it jus...
Detaild information about the error
Useraget: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322;
InfoPath.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729) Tiemstamp: Tue, 25 May 2010
08:54:11 UTC
Message: Object doesn't support
this proper...