Ticket #1951 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

IWindow attaches stylename in the wrong element

Reported by: Jouni Koivuviita Owned by: Matti Tahvonen
Priority: minor Milestone: User Interface Library 5.3.0 RC
Component: gwt-adapter-client Version: 5.2.5
Keywords: Cc:
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: no Contract:

Description

Adding a stylename for Window will render the css classname in the wrong element. In Firefox the result is like this:

div class="i-window"
  div class="-stylename"
    div class="i-window-wrap
      ...

Change History

Changed 2 months ago by Matti Tahvonen

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

PopupPanel? implementation for FF in GWT seems to do something odd and creates a one extra div element compared to other browsers. Changed the way class name is set in [5145] and in FF classnames are now set to one level deeper.

Note: See TracTickets for help on using tickets.