Project

General

Profile

Actions

Bug #3559

open

WPanel +WAnimation + Firefox problem

Added by Anonymous over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
09/05/2014
Due date:
% Done:

0%

Estimated time:

Description

Hi, Firefox doesn' play nice with animation. I've got these lines of code.

 WPanel panel = new WPanel(root);
 panel.setTitle("Collapsible panel");
 panel.setCollapsible(true);
 WAnimation animation = new WAnimation(WAnimation.AnimationEffect.SlideInFromTop, WAnimation.TimingFunction.EaseOut, 100);
 panel.setAnimation(animation);
 panel.setCentralWidget(new WText("This panel can be collapsed."));

When panel is clicked, content is collapsed but not all and it cant be revert to normal "visible" state. Results can be seen in attachment.

Bug is related with Firefox, specifically tested on Firefox v31.0 32.0

Other browsers do it right.

Windows 7, FF32

JWT 3.3.3


Files

jwt-animation.png (1.31 KB) jwt-animation.png Anonymous, 09/05/2014 02:03 AM
Actions #1

Updated by Koen Deforche over 9 years ago

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

Also available in: Atom PDF