GWT div aria-hidden not hiding in IE
问题 I programmed my landing page with GWT. In IE I get this empty band at the end of it (I painted it in green so that you can see it): This only happens in IE (I'm testing with IE9). Not in Chrome, not in Firefox, not in Safari. Checking out the DOM, the responsible for this area is the following div: For some reason, the " display:none; " inline rule is not working. If I uncheck it and check it back again, then the green band disappears!! But I'm not gonna ask my users to do that each time they