Project

General

Profile

Actions

Bug #2683

closed

WStackedWidgets with animation fail with IE10+ and progressive boot

Added by Bruce Toll about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/17/2014
Due date:
% Done:

0%

Estimated time:

Description

The issue is reproducible with the widgetgalley.wt app, using IE10 or IE11 and Wt (3.3.1-33-g5114f44) or current http://www.webtoolkit.eu/widgets. To drive the problem, click on one of the Navbar menu items, such as "Forms" --- and it will appear as expected. But, subsequent clicks on Navbar entries will not update the page. NOTE: The page remains active and the left-hand menu will continue to respond.

The problem appears to be that portions of the widgetgallery now use progressive boot. Wt relies on a separate code path for initializing the X-UA-Compatible meta header with progressive boot and that code path is setting the compatibility mode to IE9, which does not support the expected animationend events.

I've attached a patch that seems to address the issue, though it has only been lightly tested. Please see comments included in patch header for details.


Files

Actions #1

Updated by Koen Deforche about 10 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.2

Hey Bruce,

Oops, bitten by a lazy copy/paste!

Regards,

koen

Actions #2

Updated by Koen Deforche about 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF