Ticket #1386 (closed defect: wontfix)

Opened 11 months ago

Last modified 9 months ago

GWT bugs with iframe's (application crash), see RobustnessComplex test

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: undefined Milestone: User Interface Library 5.2.0 RC
Component: undefined Version:
Keywords: Cc: matti.tahvonen@…
Known Issue description:
Hours estimate: Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: yes Contract:

Description

Perhaps Matti knows better what happens here..

Attachments

Picture 1.png (109.0 kB) - added by Jani Laakso 10 months ago.

Change History

Changed 11 months ago by Jani Laakso

  • cc matti.tahvonen@… added

Perhaps we should check that this does not bother our customers too (E).

Changed 11 months ago by Matti Tahvonen

More details for this one please?

Changed 10 months ago by Jani Laakso

Changed 10 months ago by Jani Laakso

I could reproduce iframe bugs but I could not reproduce application crash (this demo is random and hence hard to reproduce as trunk constantly changes).

ISSUE: See attached image where NotifiationDemo?'s contains EmbeddedBrowserDemo?'s contents.

This was related for iframe that was generated by EmbeddedBrowserExample?.

I just re-activated this code for RandomComponents?.java:

  case 11:
            result = new OrderedLayout();
            // TODO: disabled gwt bug with mixed up iframe's
            ((OrderedLayout) result).addComponent(new EmbeddedBrowserExample());
            break;

Changed 10 months ago by Jani Laakso

Note, to re-produce this make sure EmbeddedBrowserExample? and NotificationDemo? creation probability is very high (See RandomComponents?.java). Or ask Jani.

Changed 10 months ago by Matti Tahvonen

  • status changed from new to closed
  • resolution set to wontfix

Quite hard to reproduce and most likely GWT issue. We cant do much about this.

Changed 9 months ago by Joonas Lehtinen

  • milestone changed from User Interface Library 5.1.2 to User Interface Library 5.2.0

Milestone User Interface Library 5.1.2 deleted

Note: See TracTickets for help on using tickets.